-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2023.2.0
-
Component/s: Studio Designer
-
Epic Link:
-
Tags:
-
Sprint:UI - 2023-7, UI COOLDOWN - 2023-7, UI - 2023-8
-
Story Points:3
As a developer using nuxeo studio designer, I want to have configuration that allows to use retention on metadata capabilities with minimal effort
Context
Since WEBUI-989, for the elements to check if the property is retained or not
nuxeo-file exposes new properties (document and xpath)
nuxeo-dropzone requires the xpath property to be filled in
These properties are not filled in for the existing configuration (NXDOC-xx will explain this). The goal is to ensure that this change is taken into account for new configuration produced.
AC
When drag and dropping a property from the catalog and using of the elements below, the following properties and values are added on top of the existing:
-
- nuxeo-file document: default value for document (
{{document}}
? nsingh@ext.nuxeo.com and dev team to check and update if needed)
- nuxeo-file xpath: xpath of the property being drag and dropped
- nuxeo-dropzone xpath: xpath of the property being drag and dropped
- nuxeo-file document: default value for document (
When drag and dropping the element directly from the catalog:
- these properties are added inside the code on top of the existing with the following values:
- nuxeo-file document: default value for document (
{{document}}
? nsingh@ext.nuxeo.com and dev team to check and update if needed)
- nuxeo-file xpath: empty value
- nuxeo-dropzone xpath: empty value
- nuxeo-file document: default value for document (
- is related to
-
NXDOC-2580 Document required configuration updates for retention on metadata
- Resolved
-
WEBUI-1214 Default behavior for new properties related to retention on metadata
- Resolved
- links to