mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-01-05 21:49:35 +01:00
c001626b85
The custom field database model has changed in Netbox 2.7. Therefore the initializer code, that was used before, broke. As a user, you will need to update your custom_fields.yml file as follows: - type must be lowercase - the `selection` type was changed to `select` - the filter_logic must be lower case This is to achieve compatibility with the naming schema that Netbox uses internally. It allows us to become forward compatible in case Netbox ever introduces a new type for custom fields. See the diff of this commit for further information how this is meant. |
||
---|---|---|
.. | ||
aggregates.yml | ||
cluster_types.yml | ||
clusters.yml | ||
custom_fields.yml | ||
dcim_interfaces.yml | ||
device_roles.yml | ||
device_types.yml | ||
devices.yml | ||
groups.yml | ||
ip_addresses.yml | ||
manufacturers.yml | ||
platforms.yml | ||
prefix_vlan_roles.yml | ||
prefixes.yml | ||
rack_groups.yml | ||
rack_roles.yml | ||
racks.yml | ||
regions.yml | ||
rirs.yml | ||
sites.yml | ||
tenant_groups.yml | ||
tenants.yml | ||
users.yml | ||
virtual_machines.yml | ||
virtualization_interfaces.yml | ||
vlan_groups.yml | ||
vlans.yml | ||
vrfs.yml |