From 72509a09ebb7b9f5f3b4d7b65bcde4aa48bfcb29 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 2 May 2024 18:12:10 +0200 Subject: [PATCH] =?UTF-8?q?add=20ViewOnl=D1=96ne=20and=20Download=20to=20l?= =?UTF-8?q?egacy=20access=20rights?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/inc.ClassAccessOperation.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/inc.ClassAccessOperation.php b/inc/inc.ClassAccessOperation.php index 2193c6cbc..4f1e52167 100644 --- a/inc/inc.ClassAccessOperation.php +++ b/inc/inc.ClassAccessOperation.php @@ -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'); } /* }}} */