Development

#3499 ([PATCH] sfDoctrinePlugin:getWidgetClassForColumn() in FormGenerator unable to determine fk.)

You must first sign up to be able to contribute.

Ticket #3499 (closed defect: fixed)

Opened 1 week ago

Last modified 4 days ago

[PATCH] sfDoctrinePlugin:getWidgetClassForColumn() in FormGenerator unable to determine fk.

Reported by: thomas.s Assigned to: chtito
Priority: major Milestone:
Component: sfDoctrinePlugin Version: 1.1.0 RC1
Keywords: form generation doctrine Cc:
Qualification: Unreviewed

Description

The function getWidgetClassForColumn() in the sfDoctrineFormGenerator can never identify a foreign key column, because the column name is accidentaly overwritten with (at least) the default widget subclass name (see attached patch).

Attachments

getWidgetClassForColumn.diff (3.2 kB) - added by thomas.s on 05/08/08 17:57:30.
remove the naming collision between column name and widget class name

Change History

05/08/08 17:57:30 changed by thomas.s

  • attachment getWidgetClassForColumn.diff added.

remove the naming collision between column name and widget class name

05/13/08 04:21:43 changed by Jonathan.Wage

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

(In [8919]) fixes #3499