Development

#8222 ([PATCH] decorator parameter missing to embedRelation)

You must first sign up to be able to contribute.

Ticket #8222 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] decorator parameter missing to embedRelation

Reported by: thibaultj Assigned to: Jonathan.Wage
Priority: minor Milestone:
Component: form Version: 1.4.1
Keywords: form doctrine Cc:
Qualification: Unreviewed

Description

Hi,

I've noticed that all embed* (doctrine) forms functions have a $decorator attribute. However, the embedRelation don't.

Here's a patch to add this parameter.

Note : I could'nt find a specific test case for this parameter, so this patch won't include any test.

Attachments

embedRelationDecorator.patch (1.9 kB) - added by thibaultj on 02/04/10 11:27:25.
embed relation decorator patch

Change History

02/04/10 11:27:25 changed by thibaultj

  • attachment embedRelationDecorator.patch added.

embed relation decorator patch

03/29/10 10:16:12 changed by fabien

  • owner changed from fabien to Jonathan.Wage.

03/30/10 23:00:43 changed by Jonathan.Wage

  • status changed from new to closed.
  • resolution set to fixed.

(In [28903]) [1.3, 1.4] Adding missing arguments to embedRelation() (closes #8222)