mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1283 do not show comments on secret documents in integration search
This commit is contained in:
parent
49a1c52913
commit
f1c15ab1e1
6 changed files with 29 additions and 25 deletions
|
|
@ -108,6 +108,7 @@ class integration_searchModel extends module
|
|||
$args->sort_index = 'list_order';
|
||||
$args->order_type = 'asc';
|
||||
$args->statusList = array(1);
|
||||
$args->document_statusList = array('PUBLIC');
|
||||
if(!$args->module_srl) unset($args->module_srl);
|
||||
if(!$args->exclude_module_srl) unset($args->exclude_module_srl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue