Device type compontent creation forms do not render #6714
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v2.11.8
Python version
3.7
Steps to Reproduce
Expected Behavior
The complete component creation form should render.
Observed Behavior
The page renders, however the form is empty.
This is due to a bug in the template which attempts to iterate through
form.custom_fields
. For device type components,custom_fields
is not set. (The exception being raised is apparently swallowed within the template rendering, so our tests never caught it.)The text was updated successfully, but these errors were encountered: