From c2feb66ecf2e2a1f838fa10c71d40f79d7a92ac2 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 21 Oct 2015 13:34:19 +0300 Subject: [PATCH] Importers CRUD --- backend/views/art-history/index.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/backend/views/art-history/index.php b/backend/views/art-history/index.php index 08b54e2..fa7dcb0 100644 --- a/backend/views/art-history/index.php +++ b/backend/views/art-history/index.php @@ -21,6 +21,7 @@ $this->params['breadcrumbs'][] = $this->title; $dataProvider, + 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], -- libgit2 0.21.4