Edit and Delete Buttons for mark_populated
IPRange on ListView Link to IPAddress Instead of IPRange
#19263
Labels
beta
Concerns a bug/feature in a beta release
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Uh oh!
There was an error while loading. Please reload this page.
Deployment Type
Self-hosted
NetBox Version
v4.3.0-beta1
Python Version
3.10
Steps to Reproduce
192.168.0.0/22
192.168.1.50-99/22
with:192.168.1.50/22
192.168.1.99/22
mark_populated
: True192.168.0.0/22
→ IP Addresses tab192.168.1.50-99/22
Expected Behavior
Both Edit and Delete should operate on the IPRange object and bring up the appropriate forms for modifying or deleting the range.
Observed Behavior
Both buttons incorrectly operate on an IPAddress object, using the ID of the IPRange.
Impact:
Additional Notes:
mark_populated=True
).The text was updated successfully, but these errors were encountered: