1
0
mirror of https://github.com/silverstripe/silverstripe-dms synced 2024-10-22 14:05:56 +02:00

Merge pull request from ss23/master

FIX  - documentautocomplete need allowed_action
This commit is contained in:
Stephen Shkardoon 2013-09-19 15:18:41 -07:00
commit 0765b90da8

View File

@ -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 {
}
?>
?>