add feature: update the date of an opened file

This commit is contained in:
2013-11-28 21:51:16 +01:00
parent af984962a7
commit 9c249160cc
7 changed files with 218 additions and 22 deletions

View File

@@ -52,6 +52,8 @@ CL\Chill\PersonBundle\Entity\PersonHistoryFile:
- NotNull: ~
date_closing:
- Date: ~
- NotNull:
groups: [closed]
constraints:
- Callback:
methods: [isDateConsistent]