ソースを参照

[Administration] Documents : filtres et envoi par mail #594

feature/souke
Guillaume Bourgeois 1年前
コミット
e6e4bc4d85
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      backend/controllers/DocumentController.php

+ 1
- 1
backend/controllers/DocumentController.php ファイルの表示

@@ -409,7 +409,7 @@ class DocumentController extends BackendController
if ($backUpdateForm) {
return $this->redirect([$this->getControllerUrl() . '/update', 'id' => $id]);
} else {
return $this->redirect([$this->getControllerUrl() . '/index']);
return $this->redirectReferer();
}
}


読み込み中…
キャンセル
保存