Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 20, 2018
1 parent 87a1fad commit 1c00d89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/widgets/GridView.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

use skeeks\cms\backend\helpers\BackendUrlHelper;
use skeeks\cms\helpers\PaginationConfig;
use skeeks\cms\widgets\assets\GridViewAsset;
use skeeks\yii2\config\ConfigBehavior;
use skeeks\yii2\config\ConfigTrait;
use skeeks\yii2\form\fields\FieldSet;
Expand Down Expand Up @@ -334,6 +335,11 @@ public function init()
}
}

public function run()
{
GridViewAsset::register($this->view);
return parent::run();
}

protected function _initDialogCallbackData() {

Expand Down

0 comments on commit 1c00d89

Please sign in to comment.