mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
Merge pull request #28 from ss23/master
FIX #25 - documentautocomplete need allowed_action
This commit is contained in:
commit
0765b90da8
@ -10,7 +10,8 @@ class DMSDocumentAddController extends LeftAndMain {
|
|||||||
static $allowed_extensions = array();
|
static $allowed_extensions = array();
|
||||||
|
|
||||||
private static $allowed_actions = array (
|
private static $allowed_actions = array (
|
||||||
"getEditForm",
|
'getEditForm',
|
||||||
|
'documentautocomplete',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -227,4 +228,4 @@ class DMSDocumentAddController extends LeftAndMain {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user