Routing
action_delete
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "363" |
Route Redirection
This page redirects to:
https://isor.persol-online.com/login
Route Matching Logs
Path to match:
/action/delete/363
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | action_configuration | /action/configuration/ | Path does not match |
| 2 | action_index | /action/ | Path does not match |
| 3 | action_list | /action/list/{actionplanId} | Path does not match |
| 4 | action_new | /action/new | Path does not match |
| 5 | action_edit | /action/{id}/edit | Path does not match |
| 6 | action_delete | /action/delete/{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.