From 36bf6ac1928fe6c682c1d8a47a84c3c619431a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kiste?= Date: Wed, 6 Jan 2021 12:37:00 +1300 Subject: [PATCH] Remove BatchActionParameters --- code/CMSBatchAction.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/CMSBatchAction.php b/code/CMSBatchAction.php index cb9ba298f..411e698f4 100644 --- a/code/CMSBatchAction.php +++ b/code/CMSBatchAction.php @@ -178,13 +178,6 @@ public function applicablePagesHelper($ids, $methodName, $checkStagePages = true return $applicableIDs; } - - // if your batchaction has parameters, return a FieldList here - public function getParameterFields() - { - return false; - } - /** * If you wish to restrict the batch action to some users, overload this function. */