Editing objects without a summary page redirect to the child (Region, RIR, Rack Groups, Manufacturer) instead of the object Table #2415

Closed
opened 2025-12-29 17:25:52 +01:00 by adam · 3 comments
Owner

Originally created by @stuntguy3000 on GitHub (Feb 28, 2019).

Environment

  • Python version: 2.7.5
  • NetBox version: v2.5.7

Steps to Reproduce

  1. Edit a RIR
  2. Click "Cancel" or "Update"

Expected Behavior

The page should navigate back to the RIRs summary.

Observed Behavior

The page navigates to the Aggregates summary.

Originally created by @stuntguy3000 on GitHub (Feb 28, 2019). ### Environment * Python version: 2.7.5 * NetBox version: v2.5.7 ### Steps to Reproduce 1. Edit a RIR 2. Click "Cancel" or "Update" ### Expected Behavior The page should navigate back to the RIRs summary. ### Observed Behavior The page navigates to the Aggregates summary.
adam added the type: bugstatus: accepted labels 2025-12-29 17:25:52 +01:00
adam closed this issue 2025-12-29 17:25:52 +01:00
Author
Owner

@DanSheps commented on GitHub (Feb 28, 2019):

This behaviour is consistent with other objects that do not have an object view (Regions, Rack Groups, Manufacturers).

I am not sure if we want to change this behaviour.

@DanSheps commented on GitHub (Feb 28, 2019): This behaviour is consistent with other objects that do not have an object view (Regions, Rack Groups, Manufacturers). I am not sure if we want to change this behaviour.
Author
Owner

@goebelmeier commented on GitHub (Mar 14, 2019):

As i wrote in #3004 i would like to return back to the objects summary not into the child summary.

@goebelmeier commented on GitHub (Mar 14, 2019): As i wrote in #3004 i would like to return back to the objects summary not into the child summary.
Author
Owner

@mmahacek commented on GitHub (Mar 14, 2019):

The current flow (v2.5.8) is:

  1. /ipam/rirs (Click Edit)
  2. /ipam/rirs/SLUG/edit (Click update/cancel)
  3. /ipam/aggreagtes/?rir=SLUG

I would expect the update/cancel action to take me back to /ipam/rirs where I started. I would prefer that these go back to the page I started from, not show me related records.

@mmahacek commented on GitHub (Mar 14, 2019): The current flow (v2.5.8) is: 1. /ipam/rirs (Click Edit) 2. /ipam/rirs/SLUG/edit (Click update/cancel) 3. /ipam/aggreagtes/?rir=SLUG I would expect the update/cancel action to take me back to /ipam/rirs where I started. I would prefer that these go back to the page I started from, not show me related records.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2415