BUGFIX: added in DoingText method for AssetAdmin_DeleteBatchAction to allow it to be enumerated by CMSBatchActionHandler->batchActionList()

This commit is contained in:
Julian Seidenberg 2011-03-01 14:44:35 +13:00
parent 5bb67d15d3
commit 3678df8b0f

View File

@ -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')
return _t('AssetAdmin_DeleteBatchAction.TITLE', 'Delete folders');
}
function getDoingText() {
return _t('AssetAdmin_DeletingBatchAction.TITLE', 'Deleting folders');
}
function run(DataObjectSet $records) {
$status = array(