refactor: harmonize redirects after submitting forms

go back to form after submitting an edit form
This commit is contained in:
Yassine Doghri 2022-01-05 14:58:53 +00:00
commit d0cb964b0f
36 changed files with 179 additions and 57 deletions

View file

@ -13,6 +13,10 @@ return [
'title' => 'Extraits sonores',
'soundbite' => 'Extrait sonore',
],
'messages' => [
'createSuccess' => 'Lextrait sonore a été créé avec succès!',
'deleteSuccess' => 'Lextrait sonore a bien été supprimé!',
],
'form' => [
'title' => 'Nouvel extrait sonore',
'soundbite_title' => 'Titre de lextrait',