mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 19:12:42 +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"));
|
$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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user