priint:suite - Patch 172 - Change Log
This patch, released on April 08th, 2026, includes ongoing feature enhancements and several bug fixes identified during end-to-end testing. The build name on FTP: 4.6.0.1097
Software
Windows:
PubServer_Install_Update_4.6.0.1097.zip
Linux:
PubServer_Update_4.6.0.1097_UbuntuLinux.deb
Release Notes
The Admin Application
| Issue key | Summary | Release Notes |
|---|---|---|
| ADMIN-3503 | Process runs infinitely when creating Media Asset | Fixed an issue where process could run indefinitely. |
| ADMIN-3496 | Group Identifier value appears empty after saving | Fixed an issue where the Group Identifier column appeared empty in Content > Key Values tab after saving. Cause: the API response returned an empty value for group_identifier. Result: the value is now returned correctly and displayed in the UI. |
| ADMIN-3465 | Apply contentMetadata to have the result of those columns in advanced search result | Improved Advanced Search to support contentMetadata. Result: returns corresponding content metadata values in search results. |
| ADMIN-3461 | Add Objectlabel field in return values for process | Added ObjectLabel to process return. |
| ADMIN-3420 | Can't clear TOC data of deleted documents | Fixed an issue where TOC data was not cleared for deleted documents when running “Clear TOC by Publication” without the “Include Children” option. Result: TOC data is now cleared correctly for deleted documents. |
| ADMIN-3419 | [Content] - Handle the same identifier content items case (Rest Connector) | Fixed an issue where non-unique stringId caused missing records and incorrect UI behavior (e.g. large datasets not fully displayed). Fix: FE generates unique IDs for UI while keeping stringId for backend. Result: all records display correctly and actions work as expected. |
| ADMIN-3394 | URL Encoding Missing for Special Characters in API Endpoints | Fixed an issue where special characters in API requests (e.g. +, @, &, spaces) were not encoded correctly, causing request failures. Fix: applied proper URL encoding for path and query parameters. Result: API calls now handle special characters reliably. |
| ADMIN-3298 | Apply newAPIs Project and Role in the import/export users | Updated user import/export to use new Project and Role APIs. Result: ensures compatibility with updated API structure. |
| ADMIN-2139 | Reordering values of each Value list | Added support for ascending sorting based on Sort value. Introduced a Sort column with default ascending order and drag-and-drop to reorder items. Fix: FE updates sort values in real time (10, 20, 30…) and shows confirmation on change. New items disable drag-and-drop until saved. |
| ADMIN-2083 | Selected item counter in pagination does not update correctly | Fixed an issue where the selected item counter did not reflect checkbox selections. Result: the counter now shows the correct number of selected items. |
The priint:planner application
| Issue key | Summary | Release notes |
|---|---|---|
| PRIINT-12571 | Optimize download panel performance | We have reduced the number of db and object-store calls that are needed to present download panel listings. Moreover, some of the calls are now done in parallel. This should provide a visible improvement in download panel loading speed. |
| PRIINT-12532 | AuthService - Application dropdown is empty when opening the login screen without app parameter in the URL | The first application selected from the application drop-down list when the login screen opens is selected if the application parameter in the URL is not sent and a default application is not defined. |
| PRIINT-12529 | Duplicate property "uploadRootPath" on Linux | In JSON /pubserver/pluginconfig/com.priint.pubserver.preferences.CamundaServer/custom/CamundaServer.xml there was duplicated "uploadRootPath" entry. This duplicated entry is currently removed by Updater |
| PRIINT-12512 | Priint Cache Integration documentation update | Priint cache documentation was updated. |