Skip to content

Conversation

@bszyman
Copy link
Contributor

@bszyman bszyman commented Oct 22, 2025

πŸ“‹ 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:

  • Code blocks are correctly formatted.
  • Sentences are short and clear (preferably under 25 words).
  • Passive voice and first-person language (β€œwe”, β€œI”) are avoided.
  • Relevant pages are linked.
  • All links work and point to the correct resources.
  • Screenshots or diagrams are included if useful.
  • Any code examples or instructions have been tested.
  • Typos, broken links, and broken images are fixed.

Product & Version (if relevant)

v16

Deadline (if relevant)

N/A

πŸ“š Helpful Resources

Copy link
Contributor

@jacksorjacksor jacksorjacksor left a 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]>
@bszyman
Copy link
Contributor Author

bszyman commented Nov 3, 2025

@jacksorjacksor - Good suggestion, committed!

Copy link
Contributor

@madsrasmussen madsrasmussen left a 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.
Copy link
Contributor

@madsrasmussen madsrasmussen Nov 17, 2025

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.

Suggested change
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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants