Ajout Formulaire Posts + Species avec authorisation #7

Merged
hugo.pradier2 merged 11 commits from refs/pull/7/head into main 2024-06-07 18:33:34 +02:00
hugo.pradier2 commented 2024-06-07 14:09:39 +02:00 (Migrated from codefirst.iut.uca.fr)
No description provided.
clement.freville2 (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-07 14:19:04 +02:00
clement.freville2 (Migrated from codefirst.iut.uca.fr) commented 2024-06-07 14:20:06 +02:00

If a date is not specified, this line crashes the application.

If a date is not specified, this line crashes the application.
@@ -16,7 +16,7 @@ use Symfony\Component\Security\Http\Attribute\IsGranted;
class SpeciesController extends AbstractController
clement.freville2 (Migrated from codefirst.iut.uca.fr) commented 2024-06-07 14:19:20 +02:00
-    #[Route('/species', name: 'app_species')]
+    #[Route('/species/add', name: 'app_species')]
```diff - #[Route('/species', name: 'app_species')] + #[Route('/species/add', name: 'app_species')] ```
@@ -1,30 +1,39 @@
{% extends 'base.html.twig' %}
{% block title %}{{ 'species'|trans }}{% endblock %}
{% block title %}Species index{% endblock %}
clement.freville2 (Migrated from codefirst.iut.uca.fr) commented 2024-06-07 14:19:04 +02:00

This file is not used.

This file is not used.
clement.freville2 (Migrated from codefirst.iut.uca.fr) reviewed 2024-06-07 15:10:38 +02:00
clement.freville2 (Migrated from codefirst.iut.uca.fr) approved these changes 2024-06-07 17:33:26 +02:00
Sign in to join this conversation.
No description provided.