소스 검색

[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();
}
}


Loading…
취소
저장