mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
allow admins and owner as revisor and reciepent
This commit is contained in:
parent
d3eefc41bc
commit
e932c3efd5
|
@ -47,7 +47,7 @@ class SeedDMS_View_SetRecipients extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentHeading(getMLText("change_recipients"));
|
||||
|
||||
// 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
|
||||
// their latest status.
|
||||
|
|
|
@ -47,7 +47,7 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentHeading(getMLText("change_assignments"));
|
||||
|
||||
// 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
|
||||
// their latest status.
|
||||
|
|
Loading…
Reference in New Issue
Block a user