Plugin list view buttons not working (url wrong) #11430

Closed
opened 2025-12-29 21:45:08 +01:00 by adam · 0 comments
Owner

Originally created by @arthanson on GitHub (Jul 30, 2025).

Originally assigned to: @jnovinger on GitHub.

Deployment Type

Self-hosted

NetBox Version

feature @ ???

Python Version

3.10

Steps to Reproduce

  1. switch netbox to feature branch
  2. have plugin installed (like branching)
  3. go to the Branches list view
  4. click on the top level buttons for either "Add", "Import" or "Export"

Expected Behavior

The view should appear

Observed Behavior

A Page not Found Error will occur.

I think the root issue is the URL resolver is not taking into account the "plugins:" at the start of the URL namespace when doing url resolution.

Originally created by @arthanson on GitHub (Jul 30, 2025). Originally assigned to: @jnovinger on GitHub. ### Deployment Type Self-hosted ### NetBox Version `feature` @ ??? ### Python Version 3.10 ### Steps to Reproduce 1. switch netbox to feature branch 2. have plugin installed (like branching) 3. go to the Branches list view 4. click on the top level buttons for either "Add", "Import" or "Export" ### Expected Behavior The view should appear ### Observed Behavior A Page not Found Error will occur. I think the root issue is the URL resolver is not taking into account the "plugins:" at the start of the URL namespace when doing url resolution.
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 21:45:08 +01:00
adam closed this issue 2025-12-29 21:45:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11430