Commit 3725cdac by dianc

Category Files changes

parent da370fae
...@@ -6,7 +6,6 @@ use common\models\CategoryFiles; ...@@ -6,7 +6,6 @@ use common\models\CategoryFiles;
use Yii; use Yii;
use common\models\Category; use common\models\Category;
use backend\modules\theme\models\search\CategorySearch; use backend\modules\theme\models\search\CategorySearch;
use yii\helpers\Html;
use yii\web\Controller; use yii\web\Controller;
use yii\web\NotFoundHttpException; use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter; use yii\filters\VerbFilter;
......
...@@ -27,6 +27,7 @@ $this->params['breadcrumbs'][] = $this->title; ...@@ -27,6 +27,7 @@ $this->params['breadcrumbs'][] = $this->title;
'filterModel' => $searchModel, 'filterModel' => $searchModel,
'columns' => [ 'columns' => [
['class' => 'yii\grid\SerialColumn'], ['class' => 'yii\grid\SerialColumn'],
// 'id', // 'id',
'name', 'name',
// 'slug', // 'slug',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment