mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fixed missing allowed_actions on UploadField_SelectHandler
This commit is contained in:
parent
d003c96c62
commit
a862b4da99
@ -1490,6 +1490,10 @@ class UploadField_SelectHandler extends RequestHandler {
|
||||
'' => 'index',
|
||||
);
|
||||
|
||||
private static $allowed_actions = array(
|
||||
'Form'
|
||||
);
|
||||
|
||||
public function __construct($parent, $folderName = null) {
|
||||
$this->parent = $parent;
|
||||
$this->folderName = $folderName;
|
||||
|
Loading…
Reference in New Issue
Block a user