Browse Source

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

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
e6e4bc4d85
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/DocumentController.php

+ 1
- 1
backend/controllers/DocumentController.php View File

@@ -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…
Cancel
Save