-
Notifications
You must be signed in to change notification settings - Fork 70
Transforme le listing d'inscription en Controller Symfony #1776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Hello @agallou @Mopolo @stakovicz |
76a81a4 to
312160e
Compare
sources/AppBundle/Controller/Admin/Event/Inscription/ListAction.php
Outdated
Show resolved
Hide resolved
sources/AppBundle/Controller/Admin/Event/Inscription/ListAction.php
Outdated
Show resolved
Hide resolved
|
ℹ️ T'auras peut-être un micro conflit avec cette PR : #1822 |
230b70a to
386f996
Compare
a8ac68a to
75a6c2c
Compare
Mopolo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il ne manque pas grand chose pour que ce soit mergeable 😊
sources/AppBundle/Event/Ticket/Dto/TicketTypeDetailsCollectionDto.php
Outdated
Show resolved
Hide resolved
sources/AppBundle/Event/Ticket/Dto/TicketTypeDetailsCollectionDto.php
Outdated
Show resolved
Hide resolved
sources/AppBundle/Controller/Admin/Event/Inscription/ListAction.php
Outdated
Show resolved
Hide resolved
…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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <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> |
Déplace la page de liste des inscriptions d'un évènement dans Symfony