Skip to main content

priint:suite - Patch 10 - Change Log

This patch for version 4.7, released on July 16th, 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.1143

Software​

Windows: PubServer_Install_Update_4.7.0.1143.zip

Linux: PubServer_Update_4.7.0.1143_UbuntuLinux.deb

Release Notes​

The Admin Application

TicketSummaryRelease Note
ADMIN-3941Cannot import users via the Import processFixed an issue where the user import process ran indefinitely and never completed, leaving deleted users unrestored. The root cause was an empty password field during user creation.
Result: The import process now completes successfully and restored users appear in the list.
ADMIN-3932Cannot collapse or expand sidebar during Import/Export dialogFixed an issue where the sidebar collapse and expand buttons stopped working while an Import/Export dialog was open. The same issue also affected the Roles and Users pages.
Result: The sidebar works correctly regardless of which dialog is open.
ADMIN-3912Content metadata section stays visible after switching media asset entityFixed an issue where the Content Metadata section remained visible after switching from a media asset with CMD configured to one without. The same issue occurred on the Text, Key Values, Prices, and Links tabs.
Result: The Content Metadata section now shows or hides correctly based on the selected entity's configuration.
ADMIN-3934MUA database: Buckets disappear after switching context fields from Dynamic to StaticFixed an issue where buckets with context field values (Well, Assortment, Language, Country) disappeared from the list after the context settings were changed from Dynamic to Static with a default value. This only affected MUA database configurations.
Result: Buckets now remain visible after context field settings are updated.
ADMIN-3931MUA database: Table does not reload after editing a bucketFixed an issue where the bucket table did not refresh after an edit was saved. This only affected MUA database configurations; standard aio projects reloaded correctly.
Result: The table now reloads automatically after a bucket is edited.
ADMIN-3928Application error when reloading the Content Metadata tab with a dropdown typeFixed an issue where reloading the page after creating a new CMD with a dropdown type caused an application error.
Result: The Content Metadata tab now loads correctly after a page reload.
ADMIN-3927Well and Assortment fields visible in Static mode when default value is emptyFixed an issue where the Well and Assortment context fields were still shown in the form when set to Static mode with no default value. They should be hidden like Language and Country in the same condition. The same issue occurred across Bucket, Media Asset, Price, and Key Value tabs.
Result: Empty static context fields are now hidden correctly across all affected tabs.
ADMIN-3925Filter in Global search not working on the Bucket tabFixed an issue where selecting a category filter in the Global search on the Bucket tab had no effect and data was not filtered.
Result: The category filter now works correctly and returns the expected results.
ADMIN-3924Copy String ID option missing from context menu on Bucket and Media Asset tabsFixed an issue where the "Copy String ID to Clipboard" option was not available in the context menu on both the Bucket and Media Asset tabs.
Result: The option now appears correctly in the context menu on both tabs.
ADMIN-3923Sequence number shown at entity level in Content MetadataFixed an issue where a sequence value of 0 was displayed at the entity level in Content Metadata, even though sequences should only appear at the Attribute Set and Attribute levels. This affected all tabs: Key Value, Price, Text, Link, Bucket, and Media Asset.
Result: The sequence field is no longer shown at the entity level.
ADMIN-3896Description field not supported in dynamic process formsFixed an issue where the description field was ignored and not rendered in dynamic forms used in content processes.
Result: Description fields now display correctly in dynamic forms.
ADMIN-3786Updated media asset process forms for Edit and CreateUpdated both the Edit and Create Media Asset process forms to align with the DM form changes. In edit mode, the Type dropdown is removed, "File" is renamed to "File Name", and Volume is now optional. When Volume is cleared, the File Name, Media Asset Path, and Media Asset URL fields switch to plain text. Field order in the edit form is also corrected. In the create form, the system now defaults to "Upload" as the type on first open.
Result: The media asset process forms are now consistent with the DM forms and easier to work with in both create and edit flows.

The priint:planner Application

Issue keySummaryRelease notes
PRIINT-12767Preserve manually assigned roles during SSO login when no role mapping or default role is configuredSSO login no longer removes manually assigned roles when neither role mappings nor a default role are configured. Existing roles assigned through the Admin UI were preserved during role synchronization.
PRIINT-12763Show preview of an PSD image with layersPSD images with layers are supported now.
PRIINT-12753Analyze and change CORS policies for NeowiseFixed the CSP filter configuration by updating the font-src directive to correctly allow required font sources.
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-12638Neowise - Embedded Modeler - Plugin method selection is removed when no input/output parameters are configured for the methodPlugin method selection was removed when no input/output parameters were configured for the method. Solved.