> Nathaniel wrote: > It takes very little time to copy the default symfony generator to make > your own theme and add in the save_and_list behaviour for all your > projects...
This takes us further away from being able to support multiple plugins that extend the admin generator. And there's actually quite a bit missing. There is no support for a _save_and_list partial being referenced by _form_actions.php, for instance; you have to patch the admin generator code to generate that reference. It does not make sense that the default "save" behavior of applications in pretty much all systems is not only not the default, but not supported out of the box in the admin generator. On Thu, Apr 23, 2009 at 12:41 PM, Nathanael D. Noblet <[email protected]> wrote: > > Tom Boutell wrote: >> I've spent a lot of time working around this issue in Symfony 1.0 >> projects, and now even more time for Symfony 1.2. The admin generator >> should make it easier to do the usual thing. I think _save_and_list >> should be implemented as a first-class option in the admin generator. >> Also, its default label should just read "Save," or at least be easy >> to override. >> > > It takes very little time to copy the default symfony generator to make > your own theme and add in the save_and_list behaviour for all your > projects... > > -- > Nathanael d. Noblet > T: 403.875.4613 > > > > -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
