Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zndrr opened this issue Aug 14, 2023 · 0 comments · Fixed by #13461
Closed

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

zndrr opened this issue Aug 14, 2023 · 0 comments · Fixed by #13461
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@zndrr
Copy link

zndrr commented Aug 14, 2023

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.

@zndrr zndrr added the type: bug A confirmed report of unexpected behavior in the application label Aug 14, 2023
@abhi1693 abhi1693 self-assigned this Aug 14, 2023
@abhi1693 abhi1693 added the status: accepted This issue has been accepted for implementation label Aug 14, 2023
abhi1693 added a commit that referenced this issue Aug 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants