Re: [symfony-users] A bug in the Web debug toolbar notification?

2010-09-16 Thread Sebastien Armand [Pink]
Your crud generate module never sends a reply directly from the create and update actions. You are redirected either to the edit action or to the show action if you generated a module with the show option on. So the answer you send to the browser from inside "create" is only a http header with the

Re: [symfony-users] A bug in the Web debug toolbar notification?

2010-09-15 Thread Alan Bem
Do you redirect? 2010/9/15 Jorge Luis > Hi: > > It's normal that when we send an email from an action that don't have > any associated template there is no notification of this in the Web > debug toolbar? > > I'm sending a confirmation email from a create action (from a CRUD > generated module)

[symfony-users] A bug in the Web debug toolbar notification?

2010-09-15 Thread Jorge Luis
Hi: It's normal that when we send an email from an action that don't have any associated template there is no notification of this in the Web debug toolbar? I'm sending a confirmation email from a create action (from a CRUD generated module) but i don't get any email icon on the Web debug toolbar