You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add device bay template to device type and got exception:
URL: /dcim/device-types/1/device-bays/add/
Exception Type: ValueError
Exception Value:
'DeviceBayTemplateCreateForm' has no field named 'name'.
Exception Location: /usr/local/lib/python2.7/site-packages/django/forms/forms.py in add_error, line 352
Actual error was too long device bay name: ValidationError([u'Ensure this value has at most 30 characters (it has 36).'])
but then it was addeed to non-existed "name" field, right field probably is "name_pattern"
The text was updated successfully, but these errors were encountered:
jeremystretch
changed the title
Exception on
Server error when adding a device bay with a name that is too long
May 10, 2017
Issue type: bug report
Python version: 2.7.13
NetBox version: 2.0.1
I'm trying to add device bay template to device type and got exception:
Actual error was too long device bay name: ValidationError([u'Ensure this value has at most 30 characters (it has 36).'])
but then it was addeed to non-existed "name" field, right field probably is "name_pattern"
The text was updated successfully, but these errors were encountered: