We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d24143 commit baab68dCopy full SHA for baab68d
BulkCheckboxAction.php
@@ -57,7 +57,7 @@ public function run()
57
58
if (!empty($postUrl[$this->gridId . '_' . $this->statusField])) {
59
unset($postUrl[$this->gridId . '_' . $this->statusField]);
60
- $urlParams = ArrayHelper::merge(['did/index'], $postUrl);
+ $urlParams = ArrayHelper::merge(['index'], $postUrl);
61
Yii::$app->response->redirect(Url::to($urlParams));
62
}
63
0 commit comments