mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
debug flash danger -> error
This commit is contained in:
parent
301f35893c
commit
58cd4be383
@ -280,7 +280,7 @@ class ReportController extends Controller
|
||||
|
||||
|
||||
$this->get('session')
|
||||
->getFlashBag()->add('danger',
|
||||
->getFlashBag()->add('error',
|
||||
$this->get('translator')
|
||||
->trans('The form is not valid. The report has not been created !')
|
||||
);
|
||||
@ -440,7 +440,7 @@ class ReportController extends Controller
|
||||
|
||||
$this->get('session')
|
||||
->getFlashBag()
|
||||
->add('danger',
|
||||
->add('error',
|
||||
$this->get('translator')
|
||||
->trans('The form is not valid. The report has not been updated !')
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user