Commit 225a7241cbc6c13e64b3c97cbefae62316927b8a

Authored by Karnovsky A
1 parent 9d9466ce

Is_filter option for group

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
common/modules/rubrication/views/tax-group/_form.php
... ... @@ -34,6 +34,8 @@ use common\components\artboxtree\ArtboxTreeHelper;
34 34  
35 35 <?= $form->field($model, 'hierarchical')->checkbox() ?>
36 36  
  37 + <?= $form->field($model, 'is_filter')->checkbox() ?>
  38 +
37 39 <div class="form-group">
38 40 <?= Html::submitButton($model->isNewRecord ? Yii::t('rubrication', 'Create') : Yii::t('rubrication', 'Update'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>
39 41 </div>
... ...