Skip to content

[6.x] Fix toasts from asset folder actions#13988

Merged
jasonvarga merged 1 commit into6.xfrom
asset-folder-actions
Feb 18, 2026
Merged

[6.x] Fix toasts from asset folder actions#13988
jasonvarga merged 1 commit into6.xfrom
asset-folder-actions

Conversation

@duncanmcclean
Copy link
Member

This pull request fixes an issue where toasts from asset folder actions wouldn't be displayed as expected.

Assets actions are run via the Listing/RowActions component which handles toast messages. However, because folders are additional items and aren't part of the listing's items array, we need to use the ItemActions component directly which doesn't handle toast messages.

This PR copies toast message handling from the RowActions component into the AssetBrowserMixin.

Fixes #13976

@jasonvarga jasonvarga merged commit 8b14d02 into 6.x Feb 18, 2026
12 checks passed
@jasonvarga jasonvarga deleted the asset-folder-actions branch February 18, 2026 17:40
@robdekort
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't return toast message on an asset folder action

3 participants