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
515 stars 333 forks source link

Batch actions missing from page search results #2023

Open clarkepaul opened 7 years ago

clarkepaul commented 7 years ago

In 3.x users could perform batch actions from the search results (like restore, publish... ) and they were also available in 4.x tree results—but showing search results in tree view has now been removed. The batch actions are pretty important and should be returned to the search results.

chillu commented 6 years ago

This will likely have to wait until we get around to reimplementing GridField in React (since that's what list batch actions are based on )

tractorcow commented 6 years ago

It's impossible to batch-restore pages now from archive.

andrewandante commented 2 years ago

Wahey, I bumped into this today - any chance this is getting priority any time soon? Likely not?

Use case is that a CMS User archived a parent page by accident, archiving ~120 child pages, and there's no easy option to restore all 120 of them without individually clicking on them.