Fix #1283 do not show comments on secret documents in integration search

This commit is contained in:
Kijin Sung 2020-05-17 20:06:27 +09:00
parent 49a1c52913
commit f1c15ab1e1
6 changed files with 29 additions and 25 deletions

View file

@ -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);