mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 12:05:56 +00:00
Merge pull request #31 from richardmward/patch-1
FIX #29 - 'linkdocument' needed adding to allowed_actions
This commit is contained in:
commit
5746922904
@ -12,6 +12,7 @@ class DMSDocumentAddController extends LeftAndMain {
|
||||
private static $allowed_actions = array (
|
||||
'getEditForm',
|
||||
'documentautocomplete',
|
||||
'linkdocument'
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user