mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
typo
This commit is contained in:
parent
446ee761d3
commit
221fa8addc
@ -162,7 +162,7 @@ class CustomField(CloningMixin, ExportTemplatesMixin, ChangeLoggedModel):
|
|||||||
base_field=models.CharField(max_length=100),
|
base_field=models.CharField(max_length=100),
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
help_text=_('Comma-separated list of available choices (for url fields)')
|
help_text=_('Comma-separated list of available choices (for selection fields)')
|
||||||
)
|
)
|
||||||
ui_visibility = models.CharField(
|
ui_visibility = models.CharField(
|
||||||
max_length=50,
|
max_length=50,
|
||||||
@ -178,7 +178,7 @@ class CustomField(CloningMixin, ExportTemplatesMixin, ChangeLoggedModel):
|
|||||||
)
|
)
|
||||||
new_window = models.BooleanField(
|
new_window = models.BooleanField(
|
||||||
default=False,
|
default=False,
|
||||||
help_text=_("Force link to open in a new window (for selection fields)")
|
help_text=_("Force link to open in a new window (for url fields)")
|
||||||
)
|
)
|
||||||
|
|
||||||
objects = CustomFieldManager()
|
objects = CustomFieldManager()
|
||||||
|
Loading…
Reference in New Issue
Block a user