-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Component/s: Layouts & Widgets
-
Tags:
-
Backlog priority:1,000
-
Sprint:NOS 2019-03 01
-
Story Points:2
NXS-5019 has changed how the filename property was read on a Blob field. It was done to follow the deprecation of the filename element in the "content" field (defined in core-types.xsd)
However the code which is not generated is incorrect because filename does not exist on the "content" field: see https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core/src/main/resources/schema/core-types.xsd
The property name must be used instead like in https://github.com/nuxeo/nuxeo/blob/master/nuxeo-dm/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/layouts-contrib.xml#L436
- is related to
-
NXS-5019 Fix log ERROR when using the Files widget
- Resolved