[symfony-users] dissapearing DB menu in debug toolbar - no listener for creole events.

2009-09-02 Thread rosbif
My symptom is that the DB menu in the debug toolbar has dissapeared (only on certain machines). After searching in the code, I've discovered that there are no listeners for application.log events for sfDebugConnection objects, so the dispatcher isnt sending creole log messages to function

[symfony-users] Re: save and next action on admin generator edit page

2008-11-15 Thread rosbif
=save_and_add value=save and add class=sf_admin_action_save_and_add type=submit/li /pre does anyone have an idea how to force the action to post the form data ? Thanks Gareth On Nov 14, 6:32 pm, rosbif [EMAIL PROTECTED] wrote: Hi, I'm trying to add a Save and go to next action on the edit page

[symfony-users] save and next action on admin generator edit page

2008-11-14 Thread rosbif
Hi, I'm trying to add a Save and go to next action on the edit page of the admin generator. Currently its difficult to bulk edit entries via the admin interface. From the list page, you click on an item, edit it, save it, then have to click back twice before clicking on the next item. I'd like