allow admins and owner as revisor and reciepent

This commit is contained in:
Uwe Steinmann 2016-09-27 17:50:30 +02:00
parent d3eefc41bc
commit e932c3efd5
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class SeedDMS_View_SetRecipients extends SeedDMS_Bootstrap_Style {
$this->contentHeading(getMLText("change_recipients")); $this->contentHeading(getMLText("change_recipients"));
// Retrieve a list of all users and groups that have receipt privileges. // Retrieve a list of all users and groups that have receipt privileges.
$docAccess = $document->getReadAccessList(); $docAccess = $document->getReadAccessList(true, true);
// Retrieve list of currently assigned recipients, along with // Retrieve list of currently assigned recipients, along with
// their latest status. // their latest status.

View File

@ -47,7 +47,7 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Bootstrap_Style {
$this->contentHeading(getMLText("change_assignments")); $this->contentHeading(getMLText("change_assignments"));
// Retrieve a list of all users and groups that have revision privileges. // Retrieve a list of all users and groups that have revision privileges.
$docAccess = $document->getReadAccessList(); $docAccess = $document->getReadAccessList(true, true);
// Retrieve list of currently assigned revisors, along with // Retrieve list of currently assigned revisors, along with
// their latest status. // their latest status.