Unable to assign inside NAT IP to an IP address #994

Closed
opened 2025-12-29 16:27:40 +01:00 by adam · 1 comment
Owner

Originally created by @jeremystretch on GitHub (May 25, 2017).

Issue type: Bug report

Python version: 3.4.3
NetBox version: 2.0.3

To create this problem:

  1. Edit an IP address
  2. Set an inside NAT IP address by either selecting from the device hierarchy or by searching
  3. Submitting the form will yield the following error on the NAT IP field:

Select a valid choice. That choice is not one of the available choices.

Originally created by @jeremystretch on GitHub (May 25, 2017). ### Issue type: Bug report **Python version:** 3.4.3 **NetBox version:** 2.0.3 To create this problem: 1. Edit an IP address 2. Set an inside NAT IP address by either selecting from the device hierarchy or by searching 3. Submitting the form will yield the following error on the NAT IP field: > Select a valid choice. That choice is not one of the available choices.
adam added the type: bug label 2025-12-29 16:27:40 +01:00
adam closed this issue 2025-12-29 16:27:40 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 25, 2017):

There's an issue affecting forms which offer both hierarchical selection and API-driven search as methods of choosing a related object. The selection of an object using the search field does not pass validation because the requisite parent field(s) have not been selected.

@jeremystretch commented on GitHub (May 25, 2017): There's an issue affecting forms which offer both hierarchical selection and API-driven search as methods of choosing a related object. The selection of an object using the search field does not pass validation because the requisite parent field(s) have not been selected.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#994