mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
FIX $allowed_actions declaration
This commit is contained in:
parent
8a1eff6839
commit
35bfd865ec
@ -37,6 +37,13 @@ class GridFieldBulkImageUpload_Request extends RequestHandler {
|
||||
*/
|
||||
protected $recordCMSFieldList;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static $allowed_actions = array(
|
||||
'index', 'upload', 'update', 'cancel'
|
||||
);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
@ -24,7 +24,13 @@ class GridFieldBulkManager_Request extends RequestHandler {
|
||||
*/
|
||||
protected $controller;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static $allowed_actions = array(
|
||||
'edit', 'update', 'unlink', 'delete'
|
||||
);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user