Hello, I think Ive found a small bug, doctrine admin generator ignores the "type", and "params" keywords. tried both under form and new/edit.... not sure if propel
Another issue, the sql errors, for example, while triying to delete a record related to other, should be more user friendly, not a 500 app error, a nice read flashing notice.... this item is used in a relationship sort of thing.... Also, would be nice to have one more paragraph in chapter 4 explaining the 1-n relationships: how to change the widget... etc. Best to all! Pablo [yml] form: fields: company_name: { type: plain } email: { attributes: { size: 80 } } password: { attributes: { size: 50 } } projects_list: {label: Projects } edit: title: Editing coder "%%company_name%%" display: [company_name, email, password, projects_list] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---