silverstripe / silverstripe-cms

Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
http://silverstripe.org/
BSD 3-Clause "New" or "Revised" License
514 stars 333 forks source link

Refactor batch actions in `CMSMain`/`HierarchyModelAdmin` #2950

Open GuySartorelli opened 5 months ago

GuySartorelli commented 5 months ago

Batch actions at best only work for versioned records, but possibly only work for SiteTree specifically.

These should be updated to only show the actions that can be performed on the given model.

Related

Acceptance Criteria