Development

#8353 (Symfony generator dosn't use inheritance for the behaviors)

You must first sign up to be able to contribute.

Ticket #8353 (new defect)

Opened 3 years ago

Symfony generator dosn't use inheritance for the behaviors

Reported by: Luciano.Andrade Assigned to: fabien
Priority: minor Milestone: plugins
Component: sfPropelPlugin Version: 1.2.11
Keywords: propel inheritance behavior Cc:
Qualification: Unreviewed

Description

When a behavior is set on a class that has inheritance (simple), the behavior get registered with the base class, but the sfPropelBheavior register the configuration with the registered class, and any inherited class dosn't have a behavior.

Attachments

sfPeerBuilder.patch (1.7 kB) - added by Luciano.Andrade on 02/26/10 23:00:35.
Register the inheridated class with the sfPropelBehavior and add a class list to with the inheritance key and class name.

Change History

02/26/10 23:00:35 changed by Luciano.Andrade

  • attachment sfPeerBuilder.patch added.

Register the inheridated class with the sfPropelBehavior and add a class list to with the inheritance key and class name.