maj ninegate
Cadoles/nineskeletor/pipeline/head There was a failure building this commit Details

This commit is contained in:
afornerot 2023-01-10 16:03:08 +01:00
parent 09bd5e9e65
commit 8eaf759f88
4 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

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

View File

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