Data Management - Patch 1 - Change Log
This first patch for the Data Management app delivers targeted fixes and usability improvements identified after the official v1.0 release.
The build name on FTP: data-management_4.7.0.2.zip
Release Notes
| Issue Key | Summary | Release Notes |
|---|---|---|
| ADMIN-3133 | Attribute page doesn't reload after deletion | Resolved an issue where the Attribute page did not reload after deleting one or more attributes. The page now refreshes correctly. |
| ADMIN-3115 | Root classifications draggable after search | Fixed an issue where root classifications could be dragged when shown in search results. |
| ADMIN-3103 | Filter page producing infinite logs | Fixed an issue where the Filter page triggered continuous console logging when entering edit mode. |
| ADMIN-3099 | Attribute list endpoint returns 404 when empty | Fixed an issue where the attribute list endpoint returned 404 when an attribute set had no attributes. It now returns an empty list. Also removed an unnecessary API call triggered when clicking "+ Attribute” on first load. |
| ADMIN-3075 | Datamanagement – attributeset_display | Updated validation so the attributeset_display field is no longer mandatory. |
| ADMIN-3050 | Articles cannot load in hierarchy on first load | Applied request limiting so article counts load reliably across filter, group, and hierarchy pages. |
| ADMIN-3049 | Content > Key values: unable to create | Resolved an issue that prevented new key values from being created. |
| ADMIN-3044 | Drag and drop animation incorrect in hierarchy settings | Fixed incorrect drag-and-drop animation behavior in the hierarchy settings. |
| ADMIN-3037 | Facet: exception thrown when opening multi-level hierarchy groups | Fixed an issue causing “Something went wrong.” errors when retrieving deeper hierarchy node data. |
| ADMIN-3009 | Content > Tab text: Unable to delete even with API 200 | Fixed an issue where deleted items still appeared after refresh despite a 200 response. The list API now reflects deletions correctly. |
| ADMIN-3007 | Content > Tab: Improved delete behavior | Added a success toast after deletion. The right panel now stays open and focuses on the parent item unless the deleted item is a root. |