Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Oct 3, 2023
1 parent 7d6a9d1 commit 2211d25
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/actions/BackendGridModelAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,14 @@ public function init()
}


BackendGridModelActionAsset::register(\Yii::$app->view);

/*if (YII_ENV_DEV) {
print_r("тут");
print_r(\Yii::$app->assetManager->bundles);die;
}*/




}

Expand All @@ -262,6 +269,7 @@ public function init()
*/
public function renderBeforeTable(GridViewWidget $gridViewWidget)
{
BackendGridModelActionAsset::register(\Yii::$app->view);
GridViewStandartAsset::register($gridViewWidget->view);
$multiActions = [];
if ($this->controller) {
Expand Down

0 comments on commit 2211d25

Please sign in to comment.