Closed jvanderaa closed 3 years ago
The middleware currently looks for /add/
in the request path, to find the associated model_fields. This code is expecting the request path to be for a Nautobot form, not a Django Admin form. I will have a fix coming soon.
Environment
Expected Behavior
Able to create a custom field
Observed Behavior
Received the error when trying to create a new custom field:
Steps to Reproduce