Skip to content

Commit baab68d

Browse files
committed
Fix: Url after change status
1 parent 7d24143 commit baab68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BulkCheckboxAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function run()
5757

5858
if (!empty($postUrl[$this->gridId . '_' . $this->statusField])) {
5959
unset($postUrl[$this->gridId . '_' . $this->statusField]);
60-
$urlParams = ArrayHelper::merge(['did/index'], $postUrl);
60+
$urlParams = ArrayHelper::merge(['index'], $postUrl);
6161
Yii::$app->response->redirect(Url::to($urlParams));
6262
}
6363
}

0 commit comments

Comments
 (0)