netbox-routing icon indicating copy to clipboard operation
netbox-routing copied to clipboard

Single Item Editors can’t edit Tags

Open lumarel opened this issue 9 months ago • 4 comments

Plugin version

0.3.0

NetBox version

v4.2.5

Python version

3.12

Steps to Reproduce

  1. Make sure you have a already a static route and a tag created
  2. go to the edit mode for the static route and add a tag to it
  3. you will notice that the tag didn’t get added

Expected Behavior

Tag adding in the edit view should work

Observed Behavior

Beside the mentioned issue, I noticed it’s possible to add tags via the bulk edit workflow, interestingly these added tags won’t show up in the single edit view.

lumarel avatar Mar 13 '25 15:03 lumarel

I also already created a fix for this, and additionally made it possible to show the tags in the table view. Can send you a PR if you want to have it!

lumarel avatar Mar 13 '25 15:03 lumarel

I kept poking around and noticed this is the case for all forms 🙂

lumarel avatar Mar 15 '25 21:03 lumarel

@DanSheps I noticed that there are now "tag" attributes available, but do I understand that correctly that these are meant for tags in the routes data (like trustsec labels), aka not the globally available tags for managing objects in netbox, right?

lumarel avatar Oct 08 '25 20:10 lumarel

Can you check the latest release when you get a chance? I think I fixed this with some other fixes (might be wrong).

If not, feel free to PR it.

DanSheps avatar Oct 27 '25 13:10 DanSheps