Typo in 'Attributes' inside IPRangeFilterForm class on filtersets.py file #8466

Closed
opened 2025-12-29 20:37:07 +01:00 by adam · 0 comments
Owner

Originally created by @zndrr on GitHub (Aug 14, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

v3.5.7

Python version

3.10

Steps to Reproduce

Sorry, it's not a bug I have encountered per se, but merely a coincidental discovery while doing object discovery:

netbox/netbox/ipam/forms/filtersets.py - Line256

  `  ('Attriubtes', ('family', 'vrf_id', 'status', 'role_id', 'mark_utilized')),`

Seems present in branches of 3.6-beta1 and develop as well.

Does appear to be unique when doing a simple term search against the project.

Expected Behavior

Correct spelling I guess. Suppose it would break something in the relevant circumstance.

Observed Behavior

No observed behaviour.

Originally created by @zndrr on GitHub (Aug 14, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version v3.5.7 ### Python version 3.10 ### Steps to Reproduce Sorry, it's not a bug I have encountered per se, but merely a coincidental discovery while doing object discovery: netbox/netbox/ipam/forms/[filtersets.py](https://github.com/netbox-community/netbox/blob/5de9d3f15f4f5bc82ebbe5f650dcd528fe9bf250/netbox/ipam/forms/filtersets.py#L256) - Line256 ` ('Attriubtes', ('family', 'vrf_id', 'status', 'role_id', 'mark_utilized')),` Seems present in branches of [3.6-beta1](https://github.com/netbox-community/netbox/blob/82c959570dccd090fd07e332f21f651bb0812636/netbox/ipam/forms/filtersets.py#L259) and [develop](https://github.com/netbox-community/netbox/blob/5de9d3f15f4f5bc82ebbe5f650dcd528fe9bf250/netbox/ipam/forms/filtersets.py#L256) as well. Does appear to be unique when doing a simple term search against the project. ### Expected Behavior Correct spelling I guess. Suppose it would break something in the relevant circumstance. ### Observed Behavior No observed behaviour.
adam added the type: bugstatus: accepted labels 2025-12-29 20:37:07 +01:00
adam closed this issue 2025-12-29 20:37:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8466