You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you inspect a page that was reached through a redirect, you can see a line like
"302 Redirect from POST @example_route (123def)", with the "123def" token being a link to that page inspection, but unlike other parts of the navigation (like the latest button), clicking on it brings you to the "Request / Response" tab instead of the tab you're currently looking at.
The text was updated successfully, but these errors were encountered:
…ofile (javiereguiluz)
This PR was merged into the 3.1 branch.
Discussion
----------
Maintain the selected panel when redirecting to another profile
| Q | A
| ------------- | ---
| Branch? | 3.1
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #20637
| License | MIT
| Doc PR | -
Commits
-------
de7b326 Maintain the selected panel when redirecting to another profile
…ther profile (javiereguiluz)
This PR was merged into the 3.1 branch.
Discussion
----------
Maintain the selected panel when redirecting to another profile
| Q | A
| ------------- | ---
| Branch? | 3.1
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony#20637
| License | MIT
| Doc PR | -
Commits
-------
de7b326 Maintain the selected panel when redirecting to another profile
When you inspect a page that was reached through a redirect, you can see a line like
"302 Redirect from POST @example_route (123def)", with the "123def" token being a link to that page inspection, but unlike other parts of the navigation (like the latest button), clicking on it brings you to the "Request / Response" tab instead of the tab you're currently looking at.
The text was updated successfully, but these errors were encountered: