For the full list of changes, check out the Webiny 6.4.7external link release on GitHub.

Headless CMS
anchor

Fixed Scheduler Updates Failing When AWS Event Does Not Exist (#5558external link)
anchor

{/ REVIEW-PENDING @brunozoric — confirm this entry, then delete this line /}

When updating a scheduled action, the operation would fail if the underlying AWS EventBridge Scheduler event had been deleted or did not exist. The scheduler now checks whether the event exists before attempting an update — if it’s missing, a new event is created instead.

Fixed Folder Drag-and-Drop Confirmation Not Blocking Visual Update (#5560external link)
anchor

{/ REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line /}

When using the Browser.Folder.DropConfirmation configuration to require confirmation before moving folders, the folder would visually move to its new position before the confirmation dialog appeared. If you cancelled the dialog, the folder would snap back — a confusing experience. The visual update now waits until you confirm or cancel the move, and cancelling leaves the folder in its original position.

Fixed Dynamic Zone Template Edit Dialog and Description Overflow (#5564external link)
anchor

{/ REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line /}

Clicking Edit on a collapsed Dynamic Zone template accordion item now correctly opens the edit dialog. Previously, the dialog would only open when the accordion was already expanded.

Additionally, long template descriptions in the “Insert a template” dialog no longer break the layout. In list view, text now wraps naturally; in grid view, descriptions are clamped to 2 lines with an ellipsis.

Admin
anchor

Fixed Sidebar Menu Overflow With Long Content Model Names (#5561external link)
anchor

{/ REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line /}

Long content model names in the sidebar navigation were pushing the menu wider than its container, hiding the expand/collapse chevrons on parent groups. Sub-menu item text now truncates with an ellipsis instead of overflowing, and the pin icon on hover no longer overlaps with the truncated text.