Incorrect "return_url" in new "Contacts" tab #8224

Closed
opened 2025-12-29 20:34:01 +01:00 by adam · 0 comments
Owner

Originally created by @stavr666 on GitHub (Jun 22, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.4.3

Python version

3.10

Steps to Reproduce

  1. Open any object, that accept contact assignments. Device, for example.
  2. Click on Contacts tab.
  3. Hoover or click on "+ Add a contact" button.

Expected Behavior

Return URL must point to Contacts tab: /<object.type>/<object.id>/contacts/
For example: dcim/devices/52/contacts/

Observed Behavior

Return URL points to object: &return_url=/dcim/devices/52/

Originally created by @stavr666 on GitHub (Jun 22, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.4.3 ### Python version 3.10 ### Steps to Reproduce 1. Open any object, that accept contact assignments. Device, for example. 2. Click on Contacts tab. 3. Hoover or click on "+ Add a contact" button. ### Expected Behavior Return URL must point to Contacts tab: `/<object.type>/<object.id>/contacts/` For example: `dcim/devices/52/contacts/` ### Observed Behavior Return URL points to object: `&return_url=/dcim/devices/52/`
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:34:01 +01:00
adam closed this issue 2025-12-29 20:34:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8224