We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.8.1
v4.2.2
Sorting the Host column in the Interface Assignments view results in a FieldError. It appears that the column references a non-existent field.
FieldError
Sorting by the Host column should work without errors.
Sorting causes an error:
FieldError at /plugins/access-lists/interface-assignments/ Cannot resolve keyword 'host' into field. Choices are: access_list, access_list_id, assigned_object, assigned_object_id, assigned_object_type, assigned_object_type_id, bookmarks, comments, created, custom_field_data, direction, id, interface, journal_entries, last_updated, subscriptions, tagged_items, tags, vminterface
The text was updated successfully, but these errors were encountered:
5e596a1
Successfully merging a pull request may close this issue.
NetBox access-list plugin version
v1.8.1
NetBox version
v4.2.2
Steps to Reproduce
Sorting the Host column in the Interface Assignments view results in a
FieldError
. It appears that the column references a non-existent field.Expected Behavior
Sorting by the Host column should work without errors.
Observed Behavior
Sorting causes an error:
The text was updated successfully, but these errors were encountered: