From a7467ff932bb8da9e6bc5e9893b346cfcc4df8a5 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