RouteTarget tag column has wrong filter URL #7756

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

Originally created by @pobradovic08 on GitHub (Mar 15, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.4.6

Python version

3.8

Steps to Reproduce

  1. Open IPAM > Route Targets
  2. Enable Tags column in Table configuration if it's hidden
  3. Click on the tag to filter Route Targets by the slected tag

Expected Behavior

A page with filtered Route Targets should be displayed (ipam/route-targets/?tag=), the same as when using the Filters tab to filter RTs by tags (which works correctly).

Observed Behavior

Redirected to VRF list as the URL links to ipam/vrfs/?tag= instead of ipam/route-targets/?tag=

Originally created by @pobradovic08 on GitHub (Mar 15, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.4.6 ### Python version 3.8 ### Steps to Reproduce 1. Open IPAM > Route Targets 2. Enable Tags column in Table configuration if it's hidden 3. Click on the tag to filter Route Targets by the slected tag ### Expected Behavior A page with filtered Route Targets should be displayed (`ipam/route-targets/?tag=`), the same as when using the Filters tab to filter RTs by tags (which works correctly). ### Observed Behavior Redirected to VRF list as the URL links to `ipam/vrfs/?tag=` instead of `ipam/route-targets/?tag=`
adam added the type: bugstatus: accepted labels 2025-12-29 20:27:52 +01:00
adam closed this issue 2025-12-29 20:27:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7756