Skip to main content

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 keySummaryRelease Notes
ADMIN-3503Process runs infinitely when creating Media AssetFixed an issue where process could run indefinitely.
ADMIN-3496Group Identifier value appears empty after savingFixed 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-3461Add Objectlabel field in return values for processAdded ObjectLabel to process return.
ADMIN-3420Can't clear TOC data of deleted documentsFixed 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-3417The "Import Publication Types" process does not work if the server has no existing dataFixed 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-3394URL Encoding Missing for Special Characters in API EndpointsFixed 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-2139Reordering values of each Value listAdded 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-2083Selected item counter in pagination does not update correctlyFixed 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 keySummaryRelease notes
PRIINT-12571Optimize download panel performanceWe 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-12535SchemaResolverInterceptor throws NPE when session has no project setSchemaResolverInterceptor threw NPE when session had no project set. Fixed.
PRIINT-12529Duplicate property "uploadRootPath" on LinuxIn 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-12512Priint Cache Integration documentation updatePriint cache documentation was updated
PRIINT-12490Expose PlannningsWriteService.assignGridPageTemplate to public APINew method available in PubServerAPI for assigning grid templates for non static documents:

com.priint.pubserverapi.document.DocumentServiceLocal#assignGridPageTemplate
PRIINT-12468Show Metadata Value in parentShow checkbox Metadata Value in parent not worked. Solved
PRIINT-12600PubServer - i18n folder is not created during installationi18n folder was not created during installation. Fixed