Hello, I am trying to determine how to use symfony forms properly withinheritance. I am using column aggregation.
Currently ALL of the columns show up no matter which Form object I am using I'd like only for widgets corresponding to the BaseObject + InherittedObject... This is how i think it should behave by default really. Whats the proper way to do this? Am I supposed to utilize setupInheritance() method? How can I get only the widgets for the BaseObject + InherittedObject? Right now I can think to use useFields() method... But if I add something to the BaseObject it won't be automatically inherited. So maybe the next best thing is to somehow just get the fields that are related to the BaseObject?
-- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
