Skip to main content

priint:suite - Patch 160 - Change Log

This patch, released on July 16, 2025, continues development on new features and includes several bug fixes.

The build name on FTP: 4.6.0.789

Software

Windows:
PubServer_Install_Update_4.6.0.789.zip

Linux:
PubServer_Update_4.6.0.789_UbuntuLinux.deb

Release Notes

The Admin application

TicketDescriptionRelease note
ADMIN-2441Remove the hint text and improve the input behavior of the Value fieldWhen creating or editing metadata, the Value fields no longer show hint text. They remain blank until users enter data, and validation only applies when input is provided. Existing saved values remain unaffected.
ADMIN-2439Issues on the Bucket tree lazy loadResolved an issue where the loading indicator did not appear while waiting for bucket details to load.
ADMIN-2336Publication rights: keep Text of account inline with truncationIn Publication rights, the login account text now stays on one line, with overflow truncated (…) instead of wrapping.
ADMIN-2333[Design system] Table component - update row height to 42px, apply for list view, treeviewRow height in the tree-table is reduced to 42px for list and tree views, with smaller UI elements to maximize data display.
ADMIN-2302Value Lists – The count value doesn't update after a value is deletedIn Value Lists, fixed an issue where the count did not update after a value was deleted.
ADMIN-2081Content-Thumbnail media asset: move treedot (context menu) to left sideSmall UI change: the three-dot context menu has been moved to the left side.

The planner application

TicketDescriptionRelease note
PRIINT-12055Add new method copyPublicationElements to PubServerAPI and implementation in PlannerEngineNew method copyPublicationElements was added to PubServerAPI. For details, see the javadocs.
PRIINT-12051White screen after adding product templates to a publication/folderIn some situations, assigning a template to a publication could result in a blank / white screen. This was caused by invalid date values in one of the template's metadata files and is fixed now.
PRIINT-12037ISON import of comet project breaks configuration update trackingImporting comet projects in ISON from PublishingServer <= version 4.5 could break update tracking on the target system. As a consequence, scripts adapted on the target system could be overwritten by the default version when the PublishingServer was restarted. In addition, the labels of some of the default scripts (namely document:save) were configured wrong, so these scripts would be regarded as "changed" although no user modifications were applied. This is fixed.
PRIINT-12004Content Assignment - Metadata - On click always the default columns "Metadata" and "Value" are shownIn Content Assignment Metadata tab, there was a problem with column settings getting restored to the default value in some situations. Fixed.