Skip to content

Commit 721fc33

Browse files
authored
Merge pull request #366 from netboxlabs/354-edit-form-tag-fields
Fixes #354: Route TaggedItem queries to branch schema
2 parents 1fa846e + d14e15f commit 721fc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox_branching/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
INCLUDE_MODELS = (
2222
'dcim.cablepath',
2323
'extras.cachedvalue',
24+
'extras.taggeditem', # Fix for issue #354 - tags through model
2425
'tenancy.contactgroupmembership', # Fix for NetBox v4.3.0
2526
)
2627

0 commit comments

Comments
 (0)