Routing
mstopes_modifier_article
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "1" |
Route Matching Logs
Path to match:
/1/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | analyse_index | /analyse | Path does not match |
| 2 | analyse_generer | /analyse/generer/{id} | Path does not match |
| 3 | analyse_show | /analyse/{numero} | Path does not match |
| 4 | analyse_export_pdf | /analyse/{numero}/export-pdf | Path does not match |
| 5 | analyse_export_excel | /analyse/{numero}/export-excel | Path does not match |
| 6 | signe_prepare | /analyse/{idana} | Path does not match |
| 7 | api_sun_list_pending | /api/v1/sun/journal-entries | Path does not match |
| 8 | api_sun_export_csv | /api/v1/sun/journal-entries/export | Path does not match |
| 9 | api_sun_ack | /api/v1/sun/journal-entries/{id}/ack | Path does not match |
| 10 | api_da_check_sync_token | /api/da/check-sync-token | Path does not match |
| 11 | article_pss_index | /article-pss | Path does not match |
| 12 | article_pss_ajouter | /article-pss/ajouter | Path does not match |
| 13 | article_pss_retirer | /article-pss/retirer/{id} | Path does not match |
| 14 | asset_index_alt | /asset | Path does not match |
| 15 | bailleur_index | /bailleur/ | Path does not match |
| 16 | bailleur_new | /bailleur/new | Path does not match |
| 17 | bailleur_edit | /bailleur/{id}/edit | Path does not match |
| 18 | bailleur_delete | /bailleur/{id}/delete | Path does not match |
| 19 | mstopes_modifier_article | /{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.