mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
add note on deprecated $noReadForStatus
This commit is contained in:
parent
0e2b8df36b
commit
1249d069c7
|
@ -149,7 +149,9 @@ class SeedDMS_Core_DMS {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array $noReadForStatus list of status without read right
|
* @var array $noReadForStatus list of status without read right
|
||||||
* online
|
* online. DO NOT USE ANYMORE. SeedDMS_Core_DocumentContent::getAccessMode()
|
||||||
|
* was the only method using it, but it now takes the noReadForStatus info
|
||||||
|
* from the user's role
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
public $noReadForStatus;
|
public $noReadForStatus;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user