Single Item Editors can’t edit Tags
Plugin version
0.3.0
NetBox version
v4.2.5
Python version
3.12
Steps to Reproduce
- Make sure you have a already a static route and a tag created
- go to the edit mode for the static route and add a tag to it
- 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.
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!
I kept poking around and noticed this is the case for all forms 🙂
@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?
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.