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 Key | Summary | Release Notes |
|---|---|---|
| ADMIN-3353 | The validation for available steps is incorrect | Fixed 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-3316 | Improve visibility of user tasks in generic process | Updated 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-3313 | Handle missing or wrong configuration on UI | Added 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-3301 | Incorrect API execution order in Process step | Fixed an issue where the Process step triggered APIs in the wrong sequence. The correct order is now applied: /done is called before /execute. |
| ADMIN-3300 | Product Assignment: Duplicate request | Fixed 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-3292 | Product Assignment: Tooltip text truncation | Fixed an issue where long item names were truncated in the hover tooltip. The tooltip now displays the full item name. |
| ADMIN-3269 | Preview issue - Multi-page documents shown as one image | Fixed 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 publications | Updated 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-3015 | Enable Editing and Template Assignment in Planning Table | The 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-2809 | Clear All button resets fields but bucket list differs | Fixed 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. |