mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
document links can be added by regular users again
This commit is contained in:
parent
73fe0e37ff
commit
eb0367bd7c
|
@ -2,6 +2,7 @@
|
||||||
Changes in version 6.0.14
|
Changes in version 6.0.14
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
- merge changes up to 5.1.21
|
- merge changes up to 5.1.21
|
||||||
|
- document links can be added by regular users again
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Changes in version 6.0.13
|
Changes in version 6.0.13
|
||||||
|
|
|
@ -433,6 +433,7 @@ class SeedDMS_AccessOperation {
|
||||||
} else {
|
} else {
|
||||||
$user_allowed = array(
|
$user_allowed = array(
|
||||||
'AddDocument',
|
'AddDocument',
|
||||||
|
'AddDocumentLink',
|
||||||
'AddEvent',
|
'AddEvent',
|
||||||
'AddFile',
|
'AddFile',
|
||||||
'AddSubFolder',
|
'AddSubFolder',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user