Closed LilTrublMakr closed 6 months ago
Figured it out. Needed to add the FIELD_CHOICES in to the configuration file:
FIELD_CHOICES = {
'netbox_inventory.Asset.status+': (
('repair', 'In repair', 'orange'),
('deployed', 'Deployed', 'green'),
),
}
Hello,
I am trying to run the migration for the installation of this plugin and am getting the following error:
Netbox config file:
Thanks