-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Return URL is not preserved when using "create and add another" button #8101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not able to replicate this on v3.1.1. After assigning the FHRP group, I'm redirected to the interface view via a 302 response as expected. Can you inspect the form submission in the browser when assigning the group to verify whether the |
You need to assign the first group, then the return_url on the cancel button does not properly populate. Additionally, it looks like it populates the wrong return_url on the "create group" button |
Ah, my mistake. I think I was clicking "create" instead. |
This doesn't seem to be related to FHRP groups specifically, but rather ObjectEditView in general. |
This looks like a regression introduced in b957739 |
NetBox version
v3.1.1
Python version
3.8
Steps to Reproduce
Expected Behavior
Return to the interface page (
/dcim/interfaces/NNN/
)Observed Behavior
Returns to the Netbox home page. It has forgotten the navigation route to the correct place
The text was updated successfully, but these errors were encountered: