mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
7376 fix tests
This commit is contained in:
parent
fbf38bbad7
commit
a040a9aa15
@ -83,6 +83,8 @@ class NetBoxModelCSVForm(CSVModelForm, NetBoxModelForm):
|
||||
if tag.strip().lower() not in existing_tags:
|
||||
raise ValidationError(f"Unknown tag: {tag}")
|
||||
|
||||
return data
|
||||
|
||||
|
||||
class NetBoxModelBulkEditForm(BootstrapMixin, CustomFieldsMixin, forms.Form):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user