Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | sav_stats.en | /after-sales/stats | Path does not match |
| 2 | sav_stats.fr | /sav/statistiques | Path does not match |
| 3 | sav_pdf_download.en | /after-sales{number}/download | Path does not match |
| 4 | sav_pdf_download.fr | /sav{number}/telecharger | Path does not match |
| 5 | sav_pdf_download_info.en | /after-sales{number}/download-info | Path does not match |
| 6 | sav_pdf_download_info.fr | /sav{number}/telecharger-info | Path does not match |
| 7 | non_conformity_download.en | /non-conformities/download | Path does not match |
| 8 | non_conformity_download.fr | /non-conformites/telecharger | Path does not match |
| 9 | _wdt | /_wdt/{token} | Path does not match |
| 10 | _profiler_home | /_profiler/ | Path does not match |
| 11 | _profiler_search | /_profiler/search | Path does not match |
| 12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 16 | _profiler_open_file | /_profiler/open | Path does not match |
| 17 | _profiler | /_profiler/{token} | Path does not match |
| 18 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 21 | api_cutomer_order_lines_get_item | /api/customer_order_lines/{orderNumber}/line/{lineNumber} | Path does not match |
| 22 | api_supplier_order_lines_get_item | /api/supplier_order_lines/{orderNumber}/line/{lineNumber} | Path does not match |
| 23 | accounting_deb | /accounting/deb | Path does not match |
| 24 | acp_index.en | /non-conformities/acp | Path does not match |
| 25 | acp_index.fr | /non-conformites/acp | Path does not match |
| 26 | sav_index.en | /after-sales/ | Path does not match |
| 27 | sav_index.fr | /sav/ | Path does not match |
| 28 | sav_history.en | /after-sales/history | Path does not match |
| 29 | sav_history.fr | /sav/historique | Path does not match |
| 30 | sav_delete.en | /after-sales/{id}/delete | Path does not match |
| 31 | sav_delete.fr | /sav/{id}/supprimer | Path does not match |
| 32 | sav_cancel.en | /after-sales/{id}/cancel | Path does not match |
| 33 | sav_cancel.fr | /sav/{id}/annuler | Path does not match |
| 34 | sav_download.en | /after-sales/download | Path does not match |
| 35 | sav_download.fr | /sav/telecharger | Path does not match |
| 36 | sav_new.en | /after-sales/add | Path does not match |
| 37 | sav_new.fr | /sav/nouveau | Path does not match |
| 38 | sav_edit.en | /after-sales/{number} | Path does not match |
| 39 | sav_edit.fr | /sav/{number} | Path does not match |
| 40 | sav_attachment_delete.en | /after-sales/file/{id}/delete | Path does not match |
| 41 | sav_attachment_delete.fr | /sav/fichier/{id}/supprimer | Path does not match |
| 42 | get_command | /get-command | Path does not match |
| 43 | get_client_code | /get-client-code | Path does not match |
| 44 | get_client_name | /get-client-name | Path does not match |
| 45 | get_carrier | /get-carrier | Path does not match |
| 46 | ajax_get_shipments | /get-shipments | Path does not match |
| 47 | attachment_delete | /attachment/{id} | Path does not match |
| 48 | api_clients_search | /api/clients/search | Path does not match |
| 49 | treatment_edit_comment.en | /comment/{id}/edit | Path does not match |
| 50 | treatment_edit_comment.fr | /commentaire/{id}/edit | Path does not match |
| 51 | treatment_delete_comment.en | /comment/{id}/delete | Path does not match |
| 52 | treatment_delete_comment.fr | /commentaire/{id}/supprimer | Path does not match |
| 53 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.