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

if ($backUpdateForm) { if ($backUpdateForm) {
return $this->redirect([$this->getControllerUrl() . '/update', 'id' => $id]); return $this->redirect([$this->getControllerUrl() . '/update', 'id' => $id]);
} else { } else {
return $this->redirect([$this->getControllerUrl() . '/index']);
return $this->redirectReferer();
} }
} }



Loading…
Cancel
Save