It's perfectly normal. These 2 field added by actAsTimestampable
Behavior are not to be editable by users.
You should remove them in your form class configure() method :
unset($this['created_at']);
unset($this['updated_at']);
Hope this helps
Regards,
Benoit
Le 20 janv. 2010 à 06:09, diogobaeder <[email protected]> a
écrit :
Hi, guys,
I don't know why, but a website I'm developing started to pass the
"created_at" field in the update query when I try to save an edited
admin form with a null value, so I cannot save the data anymore. Any
idea of what might be wrong? I'm using Symfony 1.4.
Thanks!
Diogo
--
You received this message because you are subscribed to the Google
Groups "symfony users" 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-users?hl=en
.
--
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en.