Commit c2feb66ecf2e2a1f838fa10c71d40f79d7a92ac2

Authored by Administrator
1 parent 27802c11

Importers CRUD

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
backend/views/art-history/index.php
... ... @@ -21,6 +21,7 @@ $this->params['breadcrumbs'][] = $this->title;
21 21  
22 22 <?= GridView::widget([
23 23 'dataProvider' => $dataProvider,
  24 +
24 25 'filterModel' => $searchModel,
25 26 'columns' => [
26 27 ['class' => 'yii\grid\SerialColumn'],
... ...