maj ninegate
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
09bd5e9e65
commit
8eaf759f88
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -41,6 +41,12 @@
|
|||
.card-header {
|
||||
color: var(--colorbgbodydark);
|
||||
}
|
||||
.card-header h3 a {
|
||||
color: var(--colorbgbodydark);
|
||||
}
|
||||
.card-header h3 a:hover {
|
||||
color: var(--colorfttitlelight-darker);
|
||||
}
|
||||
.card-body {
|
||||
color: var(--colorbgbodydark);
|
||||
}
|
||||
|
|
|
@ -64,9 +64,6 @@ class ItemController extends AbstractController
|
|||
// Récupération des data du formulaire
|
||||
$form->handleRequest($request);
|
||||
|
||||
// Sur erreur
|
||||
$this->getErrorForm(null, $form, $request, $data, 'submit');
|
||||
|
||||
// Sur validation
|
||||
if ($form->get('submit')->isClicked() && $form->isValid()) {
|
||||
$data = $form->getData();
|
||||
|
|
Loading…
Reference in New Issue