Skip to main content

Web2Publish - Patch 3 - Change Log

This patch, released on Feb 19, 2026, includes ongoing feature enhancements and several bug fixes identified during testing.

Build Name on FTP: web2publish_4.7.0.5.zip


Release Notes

Issue KeySummaryRelease Notes
ADMIN-3353The validation for available steps is incorrectFixed validation logic for the TABLE step to prevent navigation when required table data is empty. The stepper now correctly blocks access to the next step if the TABLE input is not completed.
ADMIN-3316Improve visibility of user tasks in generic processUpdated the Generic Process UI to automatically expand the Open Tasks section when a user task becomes available. Users can now see and act on tasks immediately without extra clicks.
ADMIN-3313Handle missing or wrong configuration on UIAdded UI validation to handle missing or incorrect configurations. Error responses such as 409 are now translated into clear, meaningful messages instead of generic errors.
ADMIN-3301Incorrect API execution order in Process stepFixed an issue where the Process step triggered APIs in the wrong sequence. The correct order is now applied: /done is called before /execute.
ADMIN-3300Product Assignment: Duplicate requestFixed an issue where clicking a row in Product Assignment triggered the buckets/query API twice. The API is now called only once per row click.
ADMIN-3292Product Assignment: Tooltip text truncationFixed an issue where long item names were truncated in the hover tooltip. The tooltip now displays the full item name.
ADMIN-3269Preview issue - Multi-page documents shown as one imageFixed an issue where multi-page documents were shown as a single combined image. Preview now supports page-based display.
ADMIN-3243[W2P] Update warning message for deleting publicationsUpdated the deletion warning message in W2P to reflect the correct behavior. The message is applied consistently across Start, Category, and My Jobs pages for both single and bulk delete actions.
ADMIN-3015Enable Editing and Template Assignment in Planning TableThe Planning Table now allows inline editing so users can assign page and product templates directly to each bucket. Template selection follows configuration rules, and assignments are validated before saving.
ADMIN-2809Clear All button resets fields but bucket list differsFixed an issue where using Clear All in Advanced Search returned a different bucket list than the initial view. The default result is now restored. Added support for required fields and disabled Search until mandatory inputs are provided. Applies to Product Assignment.