Bookmarks omit subcategory #11035

Closed
opened 2025-12-29 21:39:26 +01:00 by adam · 1 comment
Owner

Originally created by @dreng on GitHub (Apr 16, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.2.7

Python Version

3.11

Steps to Reproduce

  1. Click on IPAM > Prefixes
  2. Click on any prefix
  3. Click tab "IP Addresses"
  4. Click button "Bookmark"
  5. Navigate to home page
  6. Click on the bookmark you've just created

IPAM is just an example. The behavior can be observed everywhere.

Expected Behavior

When you click on the bookmark, you will be redirected to https://your.netbox-server.domain/ipam/prefixes/1/.

Observed Behavior

Since the bookmark has been added from the tab "IP Addresses" (and not "Prefix"), I'd expect to be redirected to https://your.netbox-server.domain/ipam/prefixes/1/ip-addresses/ instead of https://your.netbox-server.domain/ipam/prefixes/1/.

Originally created by @dreng on GitHub (Apr 16, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.2.7 ### Python Version 3.11 ### Steps to Reproduce 1. Click on IPAM > Prefixes 2. Click on any prefix 3. Click tab "IP Addresses" 4. Click button "Bookmark" 5. Navigate to home page 6. Click on the bookmark you've just created IPAM is just an example. The behavior can be observed everywhere. ### Expected Behavior When you click on the bookmark, you will be redirected to https://your.netbox-server.domain/ipam/prefixes/1/. ### Observed Behavior Since the bookmark has been added from the tab "IP Addresses" (and not "Prefix"), I'd expect to be redirected to https://your.netbox-server.domain/ipam/prefixes/1/ip-addresses/ instead of https://your.netbox-server.domain/ipam/prefixes/1/.
adam closed this issue 2025-12-29 21:39:26 +01:00
Author
Owner

@jeremystretch commented on GitHub (Apr 16, 2025):

Bookmarks don't support any context pertaining to specific views; they map only to objects. The same "bookmark" button is generally visible on all tabbed views of an object for convenience.

You're welcome to submit a feature request proposing this if you can cite a use case.

@jeremystretch commented on GitHub (Apr 16, 2025): Bookmarks don't support any context pertaining to specific views; they map only to objects. The same "bookmark" button is generally visible on all tabbed views of an object for convenience. You're welcome to submit a feature request proposing this if you can cite a use case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11035