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
Server
Version v1.16.1~a1adf7b
Built at 16. 1. 2023, 19:56
Client
Version v1.16.2~0fffee6
Built at 16. 1. 2023, 21:41
What happened?
When using the DASH DatePickerEditor, the sh:datatype should be xsd:date (see https://datashapes.org/forms.html#DatePickerEditor). But if this is specified as such in a metadata schema, you will get a datatype constraint error when adding a new record based on this schema. This is resolved by using sh:dateTime instead, but this is not correct according to DASH. In code:
What components are related to the issue?
Metadata Schemas
Which FDP are you using?
My local instance
Version
What happened?
When using the DASH DatePickerEditor, the sh:datatype should be xsd:date (see https://datashapes.org/forms.html#DatePickerEditor). But if this is specified as such in a metadata schema, you will get a datatype constraint error when adding a new record based on this schema. This is resolved by using sh:dateTime instead, but this is not correct according to DASH. In code:
It works but is invalid according to DASH
It should be:
valid, but throws the aforementioned error
Relevant log output
No response
The text was updated successfully, but these errors were encountered: