priint:suite - Patch 5 - Change Log
This fifth patch for version 4.7, released on April 8th, 2026, delivers a set of targeted fixes and usability improvements identified after the official 4.7 launch.
The build name on FTP: 4.7.0.923
Software
Windows: PubServer_Install_Update_4.7.0.923.zip
Linux: PubServer_Update_4.7.0.923_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-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-3417 | The "Import Publication Types" process does not work if the server has no existing data | Fixed an issue where importing Publication Types did not work when no data existed. Cause: the process skipped records on an empty dataset without error. Result: import now works correctly on a fresh system. |
| 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-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-12535 | SchemaResolverInterceptor throws NPE when session has no project set | SchemaResolverInterceptor threw NPE when session had no project set. Fixed. |
| 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 |
| PRIINT-12490 | Expose PlannningsWriteService.assignGridPageTemplate to public API | New method available in PubServerAPI for assigning grid templates for non static documents: com.priint.pubserverapi.document.DocumentServiceLocal#assignGridPageTemplate |
| PRIINT-12468 | Show Metadata Value in parent | Show checkbox Metadata Value in parent not worked. Solved |
| PRIINT-12600 | PubServer - i18n folder is not created during installation | i18n folder was not created during installation. Fixed |