Skip to main content

priint:suite - Patch 9 - Change Log

This patch for version 4.7, released on June 30th, 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.1127

Software​

Windows: PubServer_Install_Update_4.7.0.1108.zip

Linux: PubServer_Update_4.7.0.1108_UbuntuLinux.deb

Release Notes​

The Admin Application

TicketSummaryRelease Note
ADMIN-3803Three fields missing in the Edit Media Asset processFixed an issue where three fields were missing from the Edit Media Asset process form.
ADMIN-3804Dynamic form in Edit KeyValues sometimes does not render on first openFixed an issue where the dynamic form in the Edit KeyValues dialog occasionally failed to render when opened for the first time.
ADMIN-3802List not refreshed after deleting a root nodeFixed an issue where the list did not update after a root node was deleted, still showing the deleted entry until a manual refresh.
ADMIN-3753Cannot add a language for a value without refreshing the pageFixed an issue where adding a new language to a value had no effect until the user manually refreshed the page.
ADMIN-3752Incorrect pagination and variant display on Publication Type pageFixed an issue where pagination and variant counts were displayed incorrectly on the Publication Type page.
ADMIN-3751Unsaved changes dialog appears after changes were already saved in Value listFixed an issue where the unsaved changes warning appeared when navigating away from the Value list even after all changes had been saved.
ADMIN-3716Clear TOC process fails when there are no TOC entriesFixed an issue where running the Clear TOC process threw an error if the publication had no table of contents entries.
ADMIN-3673Session filter shows wrong record countFixed an issue where the record count shown in the session filter did not match the actual number of records.
ADMIN-3758Updated metadata labels for standard processesUpdated the display labels for several standard system processes to be clearer and more accurate.
Result: Admins can more easily identify what each standard process does from the process list.

The priint:planner Application

Issue keySummaryRelease notes
PRIINT-12704REST API for user management needs to be extendedWhen creating a user, the system now also creates the corresponding Jackrabbit configuration.

When updating a user, changes to data such as first name, last name, email address, activity status, or password are synchronized with the Jackrabbit configuration.

When deleting a user, the corresponding Jackrabbit configuration is also removed, so obsolete configuration files are not left behind after the user has been deleted.

As a result, user data remains consistent between the application database and the Jackrabbit configuration.
PRIINT-12701Upload fails when document name contains special characters like ö,ü,äSpecial Character Support in Upload Window Invoked from Custom Plugins

The upload window invoked from custom plugins now correctly supports special characters, including German language-specific characters such as ö, ü, and ä.

This resolves an issue affecting a custom document replace function, where filenames or document data containing special characters were displayed or processed with incorrect encoding when using the upload window.
PRIINT-12682Deleting Placeholder Groups is not possibleDeleting placeholder groups was not possible from InDesign Desktop / Placeholder Panel. This is fixed.
PRIINT-12621Download Panel main query is very slowImproved performance of CometData download database queries by optimizing slow document and publication label search conditions that caused long execution times for clients.
PRIINT-12528Issues whith creating OIDC user for the first timeOIDC/SSO login now reliably (re)creates a user account, including the case where the user was previously deleted and signs in again - the user is correctly created with their projects, roles and teams instead of failing with a transaction error.
PRIINT-12486Add JXPath converter version selector to Rest Connector TesterAdded the json_jxpath_converter parameter to let users choose the JSON-to-JXPath conversion mode (v1, v2, v3) and better control array handling in results.
PRIINT-12240Neowise - Process Instance - Process instances are not loaded when the type is set to USERWhen the project name contained an uppercase letter, process instances were not displayed in the table. This has been fixed.