The Add Tags field in the bulk edit form is not limited by the object types setting on the tag #13376
Labels
beta
Concerns a bug/feature in a beta release
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.6.0-beta1
Python version
3.10
Steps to Reproduce
tag1
with the object types set to DCIM > Devicesite1
tag1
site1
and pressEdit Selected
Add tags
orRemove tags
select fieldExpected Behavior
The select field should not contain
tag1
Observed Behavior
The select field contains
tag1
The implementation just looks at the name of the field, which doesn't work as the names of the fields are
add_tags
andremove_tags
:https://github.com/netbox-community/netbox/pull/12982/files#diff-e5b671e6922772660da9b89ea1d237483d2ebbd9bec451079b32fa22b09b8840R38-R39
Also, I don't believe that the bulk edit form inherits from
NetBoxModelForm
so the code is not touched anyway.The text was updated successfully, but these errors were encountered: