Transforme le listing d'inscription en Controller Symfony#1776
Closed
Zarlokh wants to merge 5 commits intoafup:masterfrom
Closed
Transforme le listing d'inscription en Controller Symfony#1776Zarlokh wants to merge 5 commits intoafup:masterfrom
Zarlokh wants to merge 5 commits intoafup:masterfrom
Conversation
Contributor
Author
|
Hello @agallou @Mopolo @stakovicz |
Zarlokh
commented
May 8, 2025
76a81a4 to
312160e
Compare
Zarlokh
commented
May 8, 2025
Zarlokh
commented
May 8, 2025
agallou
reviewed
May 8, 2025
Mopolo
reviewed
May 27, 2025
Contributor
|
ℹ️ T'auras peut-être un micro conflit avec cette PR : #1822 |
230b70a to
386f996
Compare
a8ac68a to
75a6c2c
Compare
Mopolo
reviewed
Jul 6, 2025
Contributor
Mopolo
left a comment
There was a problem hiding this comment.
Il ne manque pas grand chose pour que ce soit mergeable 😊
added 4 commits
September 2, 2025 16:57
…ode rapidement + remplace les liens par la fonction path de twig + corrige un bug quand on tente de générer une inscription pour une personne
…ore le nouveau controller
… conversion des messages flash legacy au nouveua format des messages flash
75a6c2c to
34845b1
Compare
| <span class="text">Exports</span> | ||
| <i class="dropdown icon"></i> | ||
| <div class="menu hidden" tabindex="-1"> | ||
| <a class="item" href="{{ path('admin_event_badges', {id: event.id}) }}" title="Exporter les inscriptions pour les badges">Exporter les inscriptions pour les badges <i>(prends environ une minute)</a></i> |
There was a problem hiding this comment.
Suggested change
| <a class="item" href="{{ path('admin_event_badges', {id: event.id}) }}" title="Exporter les inscriptions pour les badges">Exporter les inscriptions pour les badges <i>(prends environ une minute)</a></i> | |
| <a class="item" href="{{ path('admin_event_badges', {id: event.id}) }}" title="Exporter les inscriptions pour les badges">Exporter les inscriptions pour les badges <i>(prend environ une minute)</a></i> |
| <i class="dropdown icon"></i> | ||
| <div class="menu hidden" tabindex="-1"> | ||
| <a class="item" href="{{ path('admin_event_badges', {id: event.id}) }}" title="Exporter les inscriptions pour les badges">Exporter les inscriptions pour les badges <i>(prends environ une minute)</a></i> | ||
| <a class="item" href="{{ path('admin_event_previous_registrations', {event_count: 4}) }}">Exporter les inscrits aux 4 derniers évènements <i>(ayant acceptés d'être contactés, et pour les évènements passés)</i></a> |
There was a problem hiding this comment.
Suggested change
| <a class="item" href="{{ path('admin_event_previous_registrations', {event_count: 4}) }}">Exporter les inscrits aux 4 derniers évènements <i>(ayant acceptés d'être contactés, et pour les évènements passés)</i></a> | |
| <a class="item" href="{{ path('admin_event_previous_registrations', {event_count: 4}) }}">Exporter les inscrit(e)s aux 4 derniers évènements <i>(ayant accepté d'être contacté(e)s, et pour les évènements passés)</i></a> |
Contributor
Author
|
La page a été transformé en SF, plus lieu d'être |
Contributor
|
Désolé, je ne me souvenais plus de cette MR 😞 |
Contributor
Author
|
T'inquiètes ! Tant que c'est fait c'est l'essentiel et je ne l'ai pas rappelé ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Déplace la page de liste des inscriptions d'un évènement dans Symfony