3164 - Важно - скрытие позиций английской версии

parent 3adc6bf3
...@@ -12,7 +12,7 @@ $models = CaseContent::find() ...@@ -12,7 +12,7 @@ $models = CaseContent::find()
->where([ ->where([
'c.category_id' => \common\models\Settings::getValue('case-category-id'), 'c.category_id' => \common\models\Settings::getValue('case-category-id'),
'c.active' => true, 'c.active' => true,
'cl.hidden' => false 'cl.hidden' => 0
]) ])
->orderBy('position DESC') ->orderBy('position DESC')
->all(); ->all();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment