Commit a7467ff932bb8da9e6bc5e9893b346cfcc4df8a5

Authored by Administrator
1 parent db621994

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'],
... ...