From 349e269356866f651311b35ae95bf400461ac17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Sat, 17 Oct 2020 22:00:22 +0200 Subject: [PATCH] Remove the legacy select_field from the samples This was only used for testing. --- initializers/custom_fields.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/initializers/custom_fields.yml b/initializers/custom_fields.yml index fae780d..98111fc 100644 --- a/initializers/custom_fields.yml +++ b/initializers/custom_fields.yml @@ -37,25 +37,6 @@ # weight: 10 # on_objects: # - tenancy.models.Tenant -# legacy_select_field: -# type: select -# label: Choose between items -# required: false -# filter_logic: exact -# weight: 30 -# on_objects: -# - dcim.models.Device -# choices: -# - value: First Item -# weight: 10 -# - value: Second Item -# weight: 20 -# - value: Third Item -# weight: 30 -# - value: Fifth Item -# weight: 50 -# - value: Fourth Item -# weight: 40 # select_field: # type: select # label: Choose between items