mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +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->settings = $settings;
|
||||||
$this->legacy_access['guest'] = array(
|
$this->legacy_access['guest'] = array(
|
||||||
'Calendar',
|
'Calendar',
|
||||||
|
'Download',
|
||||||
'ErrorDlg',
|
'ErrorDlg',
|
||||||
'Help',
|
'Help',
|
||||||
'Login',
|
'Login',
|
||||||
'Search',
|
'Search',
|
||||||
'ViewDocument',
|
'ViewDocument',
|
||||||
'ViewFolder',
|
'ViewFolder',
|
||||||
|
'ViewOnline',
|
||||||
);
|
);
|
||||||
$this->legacy_access['user'] = array(
|
$this->legacy_access['user'] = array(
|
||||||
'AddDocument',
|
'AddDocument',
|
||||||
|
@ -84,6 +86,7 @@ class SeedDMS_AccessOperation {
|
||||||
'DocumentChooser',
|
'DocumentChooser',
|
||||||
'DocumentNotify',
|
'DocumentNotify',
|
||||||
'DocumentVersionDetail',
|
'DocumentVersionDetail',
|
||||||
|
'Download',
|
||||||
'DropFolderChooser',
|
'DropFolderChooser',
|
||||||
'EditAttributes',
|
'EditAttributes',
|
||||||
'EditComment',
|
'EditComment',
|
||||||
|
@ -146,6 +149,7 @@ class SeedDMS_AccessOperation {
|
||||||
'ViewDocument',
|
'ViewDocument',
|
||||||
'ViewEvent',
|
'ViewEvent',
|
||||||
'ViewFolder',
|
'ViewFolder',
|
||||||
|
'ViewOnline',
|
||||||
'WorkflowGraph',
|
'WorkflowGraph',
|
||||||
'WorkflowSummary');
|
'WorkflowSummary');
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user