Web UI

Version 3.1.7

Updated: May 14, 2024

Release Notes
This page mentions what's new. Refer to the upgrade notes to transition to this version.

What’s New in Web UI for LTS 2023 (Version 3.1.7)

[WEBUI-1446] was introduced by accident in version 3.1.6. This change brings a stricter CSP header policy configuration which makes the application more secure by default, but could break existing Web UI applications.

Customers running into this problem may see errors when the expression of the nuxeo-filter element is evaluated, such as:

TypeError: Cannot read property 'UI' of undefined in <nuxeo-filter> expression "user && user.properties && user.properties.groups && (user.isAdministrator || user.properties.groups.includes(window.Nuxeo.UI.config.props.exceptionmanagers))"

TypeError: Cannot read property 'href' of undefined in <nuxeo-filter> expression "window.location.href.includes('search')"

As part of our policy, breaking changes should not be introduced without sufficient notice and this change was reverted.

Learn More

More information about released changes and fixed bugs is available in our bug tracking tool.