Routing
admin_channel_opportunity_redirect_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| channelId | "e231122f-1f18-11e9-8180-00163e87308f" |
| channel_domain | "staging.nellapp-01.drosalys.net" |
| opportunityId | "6" |
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/channels/e231122f-1f18-11e9-8180-00163e87308f/opportunity/6/redirect-show
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app.swagger | /async/doc.json | Path does not match |
| 2 | app.swagger_ui | /async/doc | Path does not match |
| 3 | admin_channel_company_redirect_show | /channels/{channelId}/company/{companyId}/redirect-show | Path does not match |
| 4 | admin_channel_contact_redirect_show | /channels/{channelId}/contact/{channelContactId}/redirect-show | Path does not match |
| 5 | admin_channel_opportunity_archive | /channels/{channelId}/opportunity/{opportunityId}/archive | Path does not match |
| 6 | admin_channel_opportunity_archive_multiple | /channels/{channelId}/opportunity/archive-multiple | Path does not match |
| 7 | admin_channel_opportunity_redirect_show | /channels/{channelId}/opportunity/{opportunityId}/redirect-show | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.