mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add ViewOnlіne and Download to legacy access rights
This commit is contained in:
parent
f2b4830730
commit
72509a09eb
|
@ -58,12 +58,14 @@ class SeedDMS_AccessOperation {
|
|||
$this->settings = $settings;
|
||||
$this->legacy_access['guest'] = array(
|
||||
'Calendar',
|
||||
'Download',
|
||||
'ErrorDlg',
|
||||
'Help',
|
||||
'Login',
|
||||
'Search',
|
||||
'ViewDocument',
|
||||
'ViewFolder',
|
||||
'ViewOnline',
|
||||
);
|
||||
$this->legacy_access['user'] = array(
|
||||
'AddDocument',
|
||||
|
@ -84,6 +86,7 @@ class SeedDMS_AccessOperation {
|
|||
'DocumentChooser',
|
||||
'DocumentNotify',
|
||||
'DocumentVersionDetail',
|
||||
'Download',
|
||||
'DropFolderChooser',
|
||||
'EditAttributes',
|
||||
'EditComment',
|
||||
|
@ -146,6 +149,7 @@ class SeedDMS_AccessOperation {
|
|||
'ViewDocument',
|
||||
'ViewEvent',
|
||||
'ViewFolder',
|
||||
'ViewOnline',
|
||||
'WorkflowGraph',
|
||||
'WorkflowSummary');
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user