NetBox version
v3.1-beta1
Python version
3.7
Steps to Reproduce
- View a site
- Click the "add contact" button
- Select a contact and role
- Click "create and add another"
Expected Behavior
The contact assignment is created and a new form is displayed.
Observed Behavior
The contact assignment is created, however the user is redirected to a 404 error, complaining that /tenancy/contact-assignments/add/ cannot be found. This is because the redirect does not include the required object type and ID as URL parameters.