You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most date fields in the editor are handled with gn-date-picker directive, at least for 3.4.x seem possible to configure an attribute hideTimeInCalendar in the view, but requires also to enable some xslt code to handle that.
suggestion from @josegar74:
Most date fields in the editor are handled with gn-date-picker directive, at least for 3.4.x seem possible to configure an attribute hideTimeInCalendar in the view, but requires also to enable some xslt code to handle that.
Example:
What I would do is to copy this template:
https://github.com/geonetwork/core-geonetwork/blob/3.4.x/schemas/iso19139/src/main/plugin/iso19139/layout/layout-custom-fields-date.xsl#L77-L150
To https://github.com/.../src/main/plugin/iso19139.nl.geografie.1.3.1/layout/layout-custom-fields.xsl
Doing these changes in the match and the directive section: https://github.com/geonetwork/core-geonetwork/blob/3.4.x/schemas/iso19139/src/main/plugin/iso19139/layout/layout-custom-fields-date.xsl#L124-L128
The text was updated successfully, but these errors were encountered: