-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10-HF14, 9.2
-
Component/s: Web UI
-
Release Notes Summary:dc:title field is not required by nuxeo-document-create element
-
Sprint:nxGang Sprint 9.3.6
-
Story Points:2
nuxeo-document-create currently requires a value for dc:title when creating a new document (because it is used to set the name parameter):
https://github.com/nuxeo/nuxeo-web-ui/blob/master/elements/document/nuxeo-document-create.html#L325
However there is no requirement in Nuxeo (REST nor JSF) that a document have a title. Furthermore it is a requirement in some cases that dc:title be automatically generated and not editable by the user.
We should remove this requirement as it is inconsistent with the platform and causes problems in certain use cases.