Ver código fonte

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

feature/souke
Guillaume Bourgeois 1 ano atrás
pai
commit
e6e4bc4d85
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      backend/controllers/DocumentController.php

+ 1
- 1
backend/controllers/DocumentController.php Ver arquivo

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


Carregando…
Cancelar
Salvar