-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
In function org.ametys.repository.PhysicalViewTab._saveProperty, in the 'Date' case,
replace (twice) :
formHour.getValue()
by :
formHour.getRawValue()
So that the new value is the one currently written, and not the last validated.