What’s New in Web UI for LTS 2021 (Version 3.0.27)
Our suite of elements managing files hides or shows actions based on whether the property they are tied to is under retention or not.
UI Elements Follow the Property Retention Configuration
Nuxeo Server allows you to define a list of properties to be protected when a document goes under retention.
With this update, our suite of UI elements that are used to manage files will reflect the configured behavior: when a property is protected, actions to upload, replace or remove a file will be hidden. This applies to the following elements:
nuxeo-document-attachments
nuxeo-document-blob
nuxeo-document-preview
nuxeo-document-viewer
nuxeo-dropzone
nuxeo-file
This change will be applied automatically and transparently, except for the nuxeo-file
element that may require new parameters for this behavior to apply.
If you currently leverage the nuxeo-file
element in your Nuxeo Studio configuration, note that you may need to provide the following additional parameters:
document
: the input document (will default to{
{document}
}
)xpath
: the document property to check against, expressed as a xpath (will default tofile:content
)
Accessibility Updates
- Navigation through drawer menu entries can be achieved using the arrow keys.
[WEBUI-1215]
Other Noteworthy Changes
- When uploading a file during a workflow task, users stay on the current task and can do additional actions.
[WEBUI-1052] - When using the WOPI addon, the related button is now displayed on first load for a document.
[WEBUI-1202] - The nuxeo-document-attachments element works correctly with multivalued properties configured in Nuxeo Studio.
[WEBUI-1224] - Feedback is provided when adding a permission without providing a user or group.
[ELEMENTS-1665] - The
nuxeo-operation-button
element uses the native browser functionality to download blobs instead of using async calls
[ELEMENTS-1658] - The image in nuxeo-image-viewer is well centered after closing the sidebar.
[ELEMENTS-1584] - The browser tab name is correctly displayed after a refresh.
[WEBUI-1066]
Learn More
More information about released changes and fixed bugs is available in our bug tracking tool.