Custom source indexes should have a checkbox column to provide basic actions #11383
-
Similar to "All Entries", would be nice if custom sources had a checkbox column and an actions menu for toggling the status, selecting multiple entries, and edit, view, delete, etc. |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Jun 4, 2022
Replies: 1 comment 1 reply
-
Just made this happen for Craft 4.1 🎉 (560bf35) Going forward, all element sources will get the following actions added automatically:
Set Status, Edit, and Delete will only actually be usable on elements depending on their |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just made this happen for Craft 4.1 🎉 (560bf35)
Going forward, all element sources will get the following actions added automatically:
Set Status, Edit, and Delete will only actually be usable on elements depending on their
canSave()
andcanDelete()
methods.