Minor mistake in error message #1741

Closed
opened 2025-12-29 16:34:54 +01:00 by adam · 0 comments
Owner

Originally created by @mandarg on GitHub (May 23, 2018).

Issue type

[ ] Feature request
[x ] Bug report
[ ] Documentation

Environment

  • Python version: 3.6.4
  • NetBox version: 2.2.9

Description

When trying to create a console port on a device that doesn't support them via the API, I get the following error which has a small mistake (should say “does not” or similar).

{u'non_field_errors': [u'The <elided> device type not support assignment of console server ports.']}
Originally created by @mandarg on GitHub (May 23, 2018). ### Issue type [ ] Feature request <!-- An enhancement of existing functionality --> [x ] Bug report <!-- Unexpected or erroneous behavior --> [ ] Documentation <!-- A modification to the documentation --> ### Environment * Python version: 3.6.4 * NetBox version: 2.2.9 ### Description When trying to create a console port on a device that doesn't support them via the API, I get the following error which has a small mistake (should say “does not” or similar). ``` {u'non_field_errors': [u'The <elided> device type not support assignment of console server ports.']} ```
adam added the type: bugstatus: accepted labels 2025-12-29 16:34:54 +01:00
adam closed this issue 2025-12-29 16:34:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1741