mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Fix #2242 show documents of all status in dispDocumentAdminList
This commit is contained in:
parent
3e09ca63a9
commit
c7811969ba
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class DocumentAdminView extends Document
|
|||
|
||||
$args->sort_index = 'list_order'; // /< sorting value
|
||||
$args->module_srl = Context::get('module_srl');
|
||||
$args->statusList = array($this->getConfigStatus('public'), $this->getConfigStatus('secret'), $this->getConfigStatus('temp'));
|
||||
$args->statusList = [];
|
||||
|
||||
// get a list
|
||||
$oDocumentModel = getModel('document');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue