-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF10, 5.6.0-HF13, 5.7.1
-
Component/s: Seam / JSF UI
-
Tags:
When entering values in date fields, only the modified date field is displaying the time. Investigating in the layout /nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/search-layouts-contrib.xml, the other fields are missing the following fragment
<properties widgetMode="edit"> <property name="format">#{nxu:basicDateAndTimeFormater()}</property> <property name="defaultTime">00:00</property> </properties>
Also, default time is not converted in user time-zone.