Skip to content

Commit

Permalink
fixed bug with new yii2
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Apr 8, 2018
1 parent 59c9304 commit 9578a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/DetailView.php
Expand Up @@ -9,7 +9,7 @@
namespace execut\actions\widgets;


use execut\widgets\LoadingOverlay;
use execut\loadingOverlay\LoadingOverlay;
use execut\yii\jui\WidgetTrait;
use yii\helpers\ArrayHelper;
use yii\helpers\Html;
Expand Down
1 change: 1 addition & 0 deletions widgets/DynaGrid.php
Expand Up @@ -76,6 +76,7 @@ public function getGridId() {
*/
public function run()
{
$this->initWidget();
$this->gridOptions['options']['id'] = $this->id;

Html::addCssClass($this->options, $this->getDefaultCssClass());
Expand Down
1 change: 1 addition & 0 deletions widgets/assets/DynaGrid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9578a48

Please sign in to comment.