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