Data Management - Patch 2 - Change Log
This patch, released on 02 Septemper 2026, adds lazy loading and undo/redo to the Facet Hierarchy setting, brings Content Metadata to facet node cords, and includes a few smaller fixes.
The build name on FTP: data-management_4.8.0.3.zip
Highlight features
ADMIN-3834, ADMIN-3885 | Lazy load and undo/redo for the Facet Hierarchy Setting
The Facet Hierarchy tree used to load and save everything at once. Now
it loads only the root level on open, and fetches a node's children
only when the user expands it, with results cached so re-expanding
doesn't trigger another call. Every action (add, duplicate, move, edit,
delete) is tracked in a session history, so users can undo or redo a
step. Save now sends only what changed, not the full tree.
Result: The tree opens faster on large hierarchies, and mistakes can be
undone without reloading the page.
ADMIN-3729 | Content Metadata support for facet node cords
Content Metadata already worked at the Attribute Set level. Now it also
works on cord tags inside the facet hierarchy tree. Clicking the edit
icon on a cord (filter, group, or classification node)
expands the CMD panel below that node, showing metadata for that
specific cord. The panel groups metadata by entity type, one group per
configured type, so it only shows what the entity model actually
defines. A cord that was just dragged in but not yet saved shows a
warning icon and stays non-interactive until it's saved.
Result: Users can manage rendering metadata per cord directly in the
hierarchy setting, without switching screens.
Bug fixes and improvements
- ADMIN-3755 | Added a resize handle to the Content Metadata panel in Facet Hierarchy View Data, so it can be expanded, not just reduced
- ADMIN-3951 | Fixed the Delete button staying active on Filter and Group nodes that still have children or are in use
- ADMIN-4094 | Fixed collections and hierarchies intermittently showing results that didn't match the selection on the left, only correct after a reload
- ADMIN-4040 | Fixed inconsistent http and https usage across the sample configuration files
- ADMIN-4041 | Added a sample application.yml configuration file alongside the existing application.properties file
System compatibility
| Dependency | Min version | Max version |
|---|---|---|
| PubServer | 4.8.0.790 | 4.8.0.790 |
For feature details and usage guidance, check the documentation space.