mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
parent
77bfc40579
commit
60cdf89cad
@ -96,7 +96,7 @@ class CustomFieldChoiceSetImportForm(CSVModelForm):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = CustomFieldChoiceSet
|
model = CustomFieldChoiceSet
|
||||||
fields = (
|
fields = (
|
||||||
'name', 'description', 'extra_choices', 'order_alphabetically',
|
'name', 'description', 'base_choices', 'extra_choices', 'order_alphabetically',
|
||||||
)
|
)
|
||||||
|
|
||||||
def clean_extra_choices(self):
|
def clean_extra_choices(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user