Routing
app_module_edit
Matched route
Route Parameters
Name | Value |
---|---|
id | "131" |
profil | "administrateur" |
Route Redirection
This page redirects to:
/connexion
Route Matching Logs
Path to match:
/dashboard/administrateur/131/modifier-module
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_badge_model_index | /dashboard/modeles-badge | Path does not match |
2 | app_admin_badge_model_new | /dashboard/modeles-badge/nouveau | Path does not match |
3 | app_admin_badge_model_show | /dashboard/modeles-badge/detail | Path does not match |
4 | app_admin_badge_model_edit | /dashboard/modeles-badge/{id}/modifier | Path does not match |
5 | app_admin_badge_model_delete | /dashboard/modeles-badge/{id}/supprimer | Path does not match |
6 | app_admin_comment_index | /dashboard/{profil}/parametre/commentaires | Path does not match |
7 | app_admin_comment_edit | /dashboard/{profil}/parametre/{id}/modifier-commentaire | Path does not match |
8 | app_admin_comment_delete | /dashboard/{profil}/parametre/{id}/supprimer-commentaire | Path does not match |
9 | app_course_category_index | /admin/course/category/ | Path does not match |
10 | app_course_category_new | /admin/course/category/new | Path does not match |
11 | app_course_category_show | /admin/course/category/{id} | Path does not match |
12 | app_course_category_edit | /admin/course/category/{id}/edit | Path does not match |
13 | app_course_category_delete | /admin/course/category/{id} | Path does not match |
14 | app_course_edit | /dashboard/{profil}/{id}/modifier-cours | Path does not match |
15 | app_course_delete | /dashboard/{profil}/{id}/supprimmer-cours | Path does not match |
16 | app_dashboard_course_participant_page | /dashboard/{profil}/{id}/participants-cours | Path does not match |
17 | app_dashboard_course_export_participant_page | /dashboard/{profil}/{id}/participants-cours/exporter | Path does not match |
18 | app_director_edit | /dashboard/{profil}/parametre/{id}/modifier-mot-directeur | Path does not match |
19 | app_director_delete | /dashboard/{profil}/parametre/{id}/supprimer-mot-directeur | Path does not match |
20 | app_admin_faq_index | /dashboard/{profil}/parametre/faq | Path does not match |
21 | app_admin_faq_new | /dashboard/{profil}/parametre/creer-une-faq | Path does not match |
22 | app_admin_faq_edit | /dashboard/{profil}/parametre/{id}/modifier-faq | Path does not match |
23 | app_admin_faq_delete | /dashboard/{profil}/parametre/{id}/supprimer-faq | Path does not match |
24 | app_admin_faq_question | /dashboard/{profil}/parametre/{id}/get-faq-questions | Path does not match |
25 | app_admin_forum_charter | /dashboard/{profil}/parametre/charte-forum | Path does not match |
26 | app_admin_forum_charter_new | /dashboard/{profil}/parametre/creer-une-charte-forum | Path does not match |
27 | app_admin_forum_charter_edit | /dashboard/{profil}/parametre/{id}/modifier-charte-forum | Path does not match |
28 | app_admin_forum_charter_delete | /dashboard/{profil}/parametre/{id}/supprimer-charte-forum | Path does not match |
29 | app_front_job_page | /dashboard/{profil}/parametre/metiers | Path does not match |
30 | app_front_create_job_page | /dashboard/{profil}/parametre/creer-un-metier | Path does not match |
31 | app_job_edit | /dashboard/{profil}/parametre/{id}/modifier-metier | Path does not match |
32 | app_job_delete | /dashboard/{profil}/parametre/{id}/supprimer-metier | Path does not match |
33 | app_live_edit | /dashboard/{profil}/{id}/modifier-live | Path does not match |
34 | app_live_delete | /dashboard/{profil}/{id}/supprimer-live | Path does not match |
35 | app_dashboard_live_participant_page | /dashboard/{profil}/{id}/participants-live | Path does not match |
36 | app_dashboard_live_export_participant_page | /dashboard/{profil}/{id}/participants-live/exporter | Path does not match |
37 | app_live_participation | /dashboard/{id}/participation-live | Path does not match |
38 | app_live_record_link_create | /dashboard/{id}/live-record-link | Path does not match |
39 | app_live_record_file_generate | /dashboard/{id}/live-record-generate | Path does not match |
40 | app_live_record_file_download | /dashboard/{id}/download-live | Path does not match |
41 | app_dashboard_live_records_page | /dashboard/{profil}/{id}/live-records | Path does not match |
42 | app_dashboard_live_records_read | /dashboard/{profil}/{id}/live-records/{record_id} | Path does not match |
43 | app_module_edit | /dashboard/{profil}/{id}/modifier-module | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.