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

parent 3adc6bf3
......@@ -12,7 +12,7 @@ $models = CaseContent::find()
->where([
'c.category_id' => \common\models\Settings::getValue('case-category-id'),
'c.active' => true,
'cl.hidden' => false
'cl.hidden' => 0
])
->orderBy('position DESC')
->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