Routing
core_access_users_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "1" |
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/access/user/edit/1
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | park.api.parking.quotas | /api/park/parkings/quotas | Path does not match |
| 2 | contact.add | /contact/add | Path does not match |
| 3 | contact.delete | /contact/delete/{id} | Path does not match |
| 4 | contact.edit | /contact/edit/{id} | Path does not match |
| 5 | contact.list | /contact/list | Path does not match |
| 6 | contact.refresh-list | /contact/refresh-list | Path does not match |
| 7 | api.licenses.available | /api/licenses/available | Path does not match |
| 8 | access_api | /access/api | Path does not match |
| 9 | api.licenses.switch | /api/licenses/{id}/switch | Path does not match |
| 10 | api_docskoredge_core_api_api_doc | /api/docs/ | Path does not match |
| 11 | api_docs.json | /api/docs.json | Path does not match |
| 12 | core.api.history.list | /api/history/ | Path does not match |
| 13 | core.api.payment_method.get | /api/payment-methods/{id} | Path does not match |
| 14 | core.api.payment_method.list | /api/payment-methods/ | Path does not match |
| 15 | core_access_licenses_listing | /access/licenses/listing | Path does not match |
| 16 | core_access_licenses_refresh_list | /access/licenses/refresh-list | Path does not match |
| 17 | core_access_license_add | /access/license/add | Path does not match |
| 18 | core_access_license_edit | /access/license/edit/{id} | Path does not match |
| 19 | core_access_license_edit_general | /access/license/edit/{id}/general | Path does not match |
| 20 | core_access_license_edit_signatures | /access/license/edit/{id}/signatures | Path does not match |
| 21 | core_access_license_edit_details | /access/license/edit/details | Path does not match |
| 22 | core_access_license_save | /access/license/save/{id} | Path does not match |
| 23 | core_access_license_delete | /access/license/delete/{id} | Path does not match |
| 24 | core_access_update_license | /access/update-license | Path does not match |
| 25 | core_access_license_signature_list | /access/license/signature/list | Path does not match |
| 26 | core_access_license_signature_add | /access/license/{license}/signature/add | Path does not match |
| 27 | core_access_license_signature_edit | /access/license/{license}/signature/edit/{licenseSignature} | Path does not match |
| 28 | core_access_license_signature_delete | /access/license/{license}/signature/delete/{licenseSignature} | Path does not match |
| 29 | core_access_offices | /access/offices/listing | Path does not match |
| 30 | core_access_offices_refresh_list | /access/offices/refresh-list | Path does not match |
| 31 | core_access_offices_add | /access/office/add | Path does not match |
| 32 | core_access_offices_edit | /access/office/edit/{id} | Path does not match |
| 33 | core_access_offices_delete | /access/office/delete/{id} | Path does not match |
| 34 | core_access_offices_save | /access/office/save/{id} | Path does not match |
| 35 | core_access_get_offices | /access/get_offices | Path does not match |
| 36 | core_access_update_office | /access/update-office | Path does not match |
| 37 | core_access_load_offices | /access/load-offices | Path does not match |
| 38 | core_access_roles_listing | /access/roles/listing | Path does not match |
| 39 | core_access_roles_refresh_list | /access/roles/refresh-list | Path does not match |
| 40 | core_access_roles_add | /access/role/add | Path does not match |
| 41 | core_access_role_edit | /access/role/edit/{id} | Path does not match |
| 42 | core_access_roles_save | /access/role/save/{id} | Path does not match |
| 43 | core_access_role_delete | /access/role/delete/{id} | Path does not match |
| 44 | core_access_users | /access/users/listing | Path does not match |
| 45 | core_access_users_refresh_list | /access/users/refresh-list | Path does not match |
| 46 | core_access_users_add | /access/user/add | Path does not match |
| 47 | core_access_users_edit | /access/user/edit/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.