Unable to assign IP to interface #3757
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
Expected Behavior
The IP address link should contain the ID of the
interface
we are attempting to assign to.Observed Behavior
For IPs not currently assigned to an interface, the
interface
URL parameter is empty.For IPs currently assigned to an interface, the
interface
URL parameter is the ID of the interface it is currently assigned to, not the one we are attempting to assign to.Notes
It appears this was introduced by #3687. I’m not familiar enough with Python or the codebase to determine what the correct fix would be that would satisfy both the bug being addressed by that PR and this regression. In the meantime, it is still possible to assign an IP by manually inserting the ID of the correct interface into the link URL.
The text was updated successfully, but these errors were encountered: