Hello,
I have a doctrine schema with  four tables extending  from a table
named Proposition with a lot of fields, making the column_aggregation
inheritance not available by performance reasons, and  over all for
validations and mainteinance causes...
I  tried the concrete inheritance, and everything works fine with
forms, the generation and all of  that, until the time  of saving  th
form  of each one of the proposition children.
The issue is  that  the table Proposition has some relations and when
the child os gonna be saved, it the constraint of the relations asked
for a non-existent key on the table Proposition, which as we all know,
remain empty all the time.
there is a way to redirect the validation to the child primary key?
due to that, I cannot  save my forms!!!
I need some help!!


Thanks!!
PD: sorry my english, I´m still learning!!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to