Alexandre... Alexandre... Not Alexander
Le 11/08/10 13:39, Gustavo Adrian a écrit :
The setting of the notice takes place on the action, not on the form.
And it's generated in every module you create with the admin
generator. So, as Alexander said, you'd need to modify the skeleton of
the gen
The setting of the notice takes place on the action, not on the form. And
it's generated in every module you create with the admin generator. So, as
Alexander said, you'd need to modify the skeleton of the generated actions
to add your functionality.
On the other hand, an easier way would be to ju
Create your skeleton for admin generator.
Search documentation, I have no information on subject.
Le 11/08/10 07:48, bretth a écrit :
Hi, I want to set a 'notice' flash in the postvalidator callback
function i'm using; it will be used to display a 'notice' (ie. This
object requires a Foo, so i
Hi, I want to set a 'notice' flash in the postvalidator callback
function i'm using; it will be used to display a 'notice' (ie. This
object requires a Foo, so it has been unpublished').
I can do it with the error notice, but what i'm setting is not
technically an error; it's a notice. I want to us