Skip to content

Commit

Permalink
'switcher大bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
yidashi committed Feb 21, 2017
1 parent d3f43ae commit e1f90db
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 77 deletions.
1 change: 0 additions & 1 deletion backend/views/article/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/* @var $this yii\web\View */
/* @var $model common\models\Article */
/* @var $dataModel common\models\ArticleData */
/* @var $moduleModel common\models\ArticleExhibition */
/* @var $form backend\widgets\ActiveForm */
?>
Expand Down
2 changes: 1 addition & 1 deletion backend/widgets/grid/SwitcherColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SwitcherColumn extends DataColumn

public $reload = 0;

public $route = 'switcher';
public $route = ['switcher'];

public function registerClientScript()
{
Expand Down
50 changes: 0 additions & 50 deletions common/widgets/tag/Tag.php

This file was deleted.

23 changes: 0 additions & 23 deletions common/widgets/tag/TagAsset.php

This file was deleted.

1 change: 0 additions & 1 deletion common/widgets/tag/assets/jquery.tagsinput.min.css

This file was deleted.

1 change: 0 additions & 1 deletion common/widgets/tag/assets/jquery.tagsinput.min.js

This file was deleted.

0 comments on commit e1f90db

Please sign in to comment.