Hi guys, I have a little problem in Doctrine's Timestampable behavior. In admin generator I've set this behaviour to my model and it has been generated properly in base-class. But when user saves a record in backend there is a validation error saying that "created_at" and "updated_at" fields are required.
This (issue?) takes place after upgrading to 1.3. However, I think those two fields must be filled automatically by default. Symfony version - 1.3.1 Am I doing something wrong? Any help will be appreciated. -- 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.
