priint:suite - Patch 159 - Change Log
This patch, released on June 25, 2025, continues development on new features and includes several bug fixes.
The build name on FTP: 4.6.0.770
Software
Windows:
PubServer_Install_Update_4.6.0.770.zip
Linux:
PubServer_Update_4.6.0.770_UbuntuLinux.deb
Release Notes
The Admin application
| Ticket | Description | Release notes |
|---|---|---|
| ADMIN-2348 | Fixed: ImageUtils URI is empty after uploading image by Content | Fixed an issue where uploaded images showed an empty URL and the preview was not rendered. |
| ADMIN-2332 | Apply external user tag for user list in sessions page | Added an external user tag to the user list on the Sessions page. |
| ADMIN-2328 | Fixed: Entity ID and templates sometimes do not show in the content | Fixed an issue where Entity ID and Templates were sometimes not shown in the content creation view. |
| ADMIN-2325 | Content module: Change the solution to check the unique item | Updated the solution to check unique content items using ID + Entity ID instead of string ID, ensuring consistency across APIs. |
The planner application
| Ticket | Description | Release Notes |
|---|---|---|
| PRIINT-12121 | Temporarily remove the METADATA_SET options from RenderingService | When updating to InDesignServer Plug-Ins 5.0 R37027 or newer or PDF native libraries for rendering 5.0 R37027 or newer, this would cause missing metadata after executing rendering processes. Fixed in Rendering Service 4.6.0 and newer. |
| PRIINT-12111 | Merge / port bugfix 10967 from 4.3 to 4.4, 4.5, 4.6, 4.7 | A PubServer method registration issue caused find statements to use the wrong instruction to fetch sub nodes, typically leading to an error message in InDesign Desktop. Fixed. |
| PRIINT-12110 | Improve cleanup / removal of temporary and cache folders in rendering library | Temporary files/folders created by Rendering Service were not fully removed after shutdown (e.g., "priint-jrl*" directories). Users should stop the service, delete these directories, then update and restart. Now fixed if service is regularly restarted. |
| PRIINT-12086 | Flatplan - Multiselection - Number of notes displays wrongly on each page | Fixed incorrect note count display in multiselection mode. |
| PRIINT-12083 | [MuaConnector] Error when serialize to JSON | Fixed error when serializing to JSON. |
| PRIINT-12082 | GUI Parameters - Implement hidden GUI parameter | Added GuiElementType.HIDDENFIELD. |
| PRIINT-12029 | Upload documents not working with duplicated/imported comet project | Fixed issue preventing document template upload with duplicated/imported comet projects. |
| PRIINT-12013 | Upload InDesign Document locks documents - Cannot unlock | Rendering-service now uses transparent sessions, passing the user's session to reduce deadlock risk. |
| PRIINT-11818 | Missing execution summary when Camunda process is finished | Execution summary with process duration is now correctly sent. |
| PRIINT-11603 | Set default application in authService config | Added ability to set a default application in authservice config. See documentation. |
| PRIINT-10606 | New Task Plugin Method: Download generated PDF from MinIO to Filesystem | Added new PubServer plugin com.priint.pubserver.engine.plugin.camunda.DownloadPdfsPlugin to download PDFs from object storage to a filesystem. Requires variables like tenant, project, documentid, optional pdfProfiles, fileSystemPdfFilenamePrefix, and fileSystemOutputFolder. Returns paths in DOWNLOADED_PDF_PATHS. Throws PriintStorageException if PDFs are missing. |