mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: added in DoingText method for AssetAdmin_DeleteBatchAction to allow it to be enumerated by CMSBatchActionHandler->batchActionList()
This commit is contained in:
parent
5bb67d15d3
commit
3678df8b0f
@ -696,6 +696,9 @@ class AssetAdmin_DeleteBatchAction extends CMSBatchAction {
|
|||||||
// _t('AssetAdmin_left.ss.SELECTTODEL','Select the folders that you want to delete and then click the button below')
|
// _t('AssetAdmin_left.ss.SELECTTODEL','Select the folders that you want to delete and then click the button below')
|
||||||
return _t('AssetAdmin_DeleteBatchAction.TITLE', 'Delete folders');
|
return _t('AssetAdmin_DeleteBatchAction.TITLE', 'Delete folders');
|
||||||
}
|
}
|
||||||
|
function getDoingText() {
|
||||||
|
return _t('AssetAdmin_DeletingBatchAction.TITLE', 'Deleting folders');
|
||||||
|
}
|
||||||
|
|
||||||
function run(DataObjectSet $records) {
|
function run(DataObjectSet $records) {
|
||||||
$status = array(
|
$status = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user