mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
get read access list for document not folder
This commit is contained in:
parent
aa38261ebf
commit
b07b65b574
|
@ -51,7 +51,7 @@ class SeedDMS_View_SetReviewersApprovers extends SeedDMS_Bootstrap_Style {
|
||||||
$this->contentHeading(getMLText("change_assignments"));
|
$this->contentHeading(getMLText("change_assignments"));
|
||||||
|
|
||||||
// Retrieve a list of all users and groups that have review / approve privileges.
|
// Retrieve a list of all users and groups that have review / approve privileges.
|
||||||
$docAccess = $folder->getReadAccessList($enableadminrevapp, $enableownerrevapp);
|
$docAccess = $document->getReadAccessList($enableadminrevapp, $enableownerrevapp);
|
||||||
|
|
||||||
// Retrieve list of currently assigned reviewers and approvers, along with
|
// Retrieve list of currently assigned reviewers and approvers, along with
|
||||||
// their latest status.
|
// their latest status.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user