-
Notifications
You must be signed in to change notification settings - Fork 811
Entity Bulk Actions #7537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Entity Bulk Actions #7537
Conversation
ea4807e to
7eafc5b
Compare
16/umbraco-cms/customizing/extending-overview/extension-types/entity-bulk-actions.md
Outdated
Show resolved
Hide resolved
jacksorjacksor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have left one optional comment but otherwise LGTM!
β¦entity-bulk-actions.md Co-authored-by: Richard Jackson <[email protected]>
|
@jacksorjacksor - Good suggestion, committed! |
madsrasmussen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bszyman,
Your changes look good. I have requested a small update in the introduction. Let me know what you think.
| {% hint style="warning" %} | ||
| This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice. | ||
| {% endhint %} | ||
| Extension authors can register an entity bulk action to appear in the context menu of a collection view. The manifest passes control over to a custom `UmbEntityBulkActionBase` class that will be instantiated and executed when the action is clicked. The class will have access to the host element and a selection of items to perform the action on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we have an official name for this area, but I have tried to make the name a bit more explicit.
| Extension authors can register an entity bulk action to appear in the context menu of a collection view. The manifest passes control over to a custom `UmbEntityBulkActionBase` class that will be instantiated and executed when the action is clicked. The class will have access to the host element and a selection of items to perform the action on. | |
| Extension authors can register an entity bulk action to appear in the collection selection toolbar. The manifest passes control over to a custom `UmbEntityBulkActionBase` class that will be instantiated and executed when the action is clicked. The class will have access to the host element and a selection of items to perform the action on. |
I also think we can move the second part of this paragraph to the "The Entity Bulk Action Class" section. It becomes very detailed in the introduction.
I would do something like:
"Extension authors can register an entity bulk action to appear in the context menu of a collection view."
"Image"
"Registering an Entity Bulk Action"
Then move the rest of the introduction to the section about the class.
π Description
Complete article with up to date code samples and additional insights.
π Related Issues (if applicable)
#7321
β Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
v16
Deadline (if relevant)
N/A
π Helpful Resources