Skip to main content

Data Management - Version 2.0 release

The build name on FTP: data-management_4.8.0.1.zip

This is the second Data Management release, following V1.0 from last phase. It ships with priint:suite 4.8. The focus this time: easier setup and smoother work with large data sets.

Navigation got a real rework. Before, everything sat in one flat list, which gets painful once you have hundreds of filters or attribute sets. Now the Filter, Group, Attribute Set, and Facet Hierarchy pages have a collection tree on the left side. Click a node, the table shows only items in that collection, and a breadcrumb keeps track of where you are. The same tree picker replaces the old flat dropdown in Create and Edit forms. The Collection field is also editable now, so you can move an item to another collection right from the form instead of recreating it. dm48.png Content Metadata (CMD) now works at the attribute set level, the same way it already works for single attributes. Add, edit, delete, search, and copy entries in one place. Handy when the same metadata applies to the whole set, no need to repeat it attribute by attribute.

Loading behavior also changed with this release. Since data now follows the nested collection structure, pages load items only when you select a collection or expand a node, instead of loading everything up front. In most cases pages feel lighter, especially on large data sets. This comes from the new concept itself rather than a separate performance effort, so we keep watching how it behaves in real projects and will continue tuning it in the next phases.

dm4.png

A small improvement has also been made to the application installation process. The Data Management Service is now included in the PubServer core package. To use this application, you only need to set up and configure the Spring Boot application.

For detailed installation instructions, see the following guides:

Bugs and improvements (46)​

46 fixes and improvements went out since the last phase:

  • ADMIN-3371 Dynamic Context support in Content forms
  • ADMIN-3678 Alphabetical Sort added to Attribute list
  • ADMIN-3354 Hierarchy View page load performance improved, tree now loads only direct children, Content tab uses lazy loading with per-tab caching
  • ADMIN-3502 Lazy loading applied to Filter and Group In-Use data for better performance on large datasets
  • ADMIN-3413 Count Data Nodes endpoint performance improved for large datasets
  • ADMIN-3559 Navigation between application sections is now faster with reduced delay
  • ADMIN-3386 App Switcher now works correctly in multi-domain setups
  • ADMIN-3276 SSO login now recognizes existing session when accessing via direct URL
  • ADMIN-3114 Validation guidance added for facet group and filter definitions with help text and syntax examples
  • ADMIN-3678 Alphabetical sort on Text column hides drag-and-drop reorder automatically when active
  • ADMIN-3606 Sample attribute set entities added to installation package
  • ADMIN-3643 Unit field falls back to text input when no unit options are configured
  • ADMIN-3585 Preview image handling improved using backend absolute paths
  • ADMIN-3564 Instant search alignment and missing header fixed
  • ADMIN-3638 Fixed instant search disappearing after clicking a menu item twice
  • ADMIN-3623 Collection button no longer cut off when no columns are selected
  • ADMIN-3599 Imported bucket no longer disappears from tree after editing in MuaConnector projects
  • ADMIN-3677 Fixed SSO users getting a permission error when creating a filter
  • ADMIN-3669 Fixed search icon showing incorrectly when a Data Provider is already configured
  • ADMIN-3797 Fixed drag and drop freezing on sort order list for certain groups
  • ADMIN-3796 Fixed wrong sort order in suggestion list when searching attributes
  • ADMIN-3768 Fixed sub collection creation failing inside Attribute Set
  • ADMIN-3764 Fixed wrong toast message after creating an Attribute Set collection
  • ADMIN-3757 Fixed hierarchy list API returning empty response when data exists
  • ADMIN-3754 Fixed missing icons next to bucket entries in hierarchy selection view
  • ADMIN-3738 Fixed spacing issues and unwanted horizontal scroll on Facet Nodes list page
  • ADMIN-3578 Fixed large facet node lists not supporting scroll
  • ADMIN-3560 Fixed ContentMetadata not visible in Content view
  • ADMIN-3498 Fixed key value not editable when connected to MUA
  • ADMIN-3495 Fixed template assignment causing bucket to disappear and not persist
  • ADMIN-3492 Fixed selected template value not saved when editing a bucket
  • ADMIN-3477 Fixed bucket icons not shown in custom domain
  • ADMIN-3476 Fixed media previews not shown in custom domain
  • ADMIN-3299 Fixed editing a content item in Bucket detail tab causing the tree node to close and become unresponsive
  • ADMIN-3351 Fixed sorting not working when clicking the Sequence column arrow
  • ADMIN-3144 Fixed selected item name not retained when navigating across Edit forms for Filter, Group, and Classification
  • ADMIN-3133 Fixed Attribute page not reloading after deletion
  • ADMIN-3115 Fixed root classifications draggable in search results
  • ADMIN-3103 Fixed Filter page triggering continuous console logging in edit mode
  • ADMIN-3099 Fixed attribute list endpoint returning 404 when attribute set is empty
  • ADMIN-3050 Fixed article counts not loading reliably across filter, group, and hierarchy pages
  • ADMIN-3049 Fixed unable to create new key values in Content tab
  • ADMIN-3044 Fixed incorrect drag-and-drop animation in hierarchy settings
  • ADMIN-3037 Fixed errors when opening multi-level hierarchy groups
  • ADMIN-3009 Fixed deleted items still appearing after refresh despite successful delete response
  • ADMIN-3007 Added success toast after deletion, right panel now stays open and focuses on parent item

System compatibility​

DependencyMin versionMax version
PubServer4.8.0.6854.8.0.685

For feature details and usage guidance, check the documentation space.