Skip to content

Fixes #417: Fix missing Description filter for Access Lists - #424

Merged
pheus merged 1 commit into
featurefrom
417-accesslist-filter-form-description
Aug 31, 2026
Merged

pheus merged 1 commit into
featurefrom
417-accesslist-filter-form-description

Conversation

@pheus

@pheus pheus commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Related Issue

Fixes #417

New Behavior

Adds the missing Description field to the Access List filter form, making the existing description filter available through the UI.

The Access List form tests now also use FilterFormFieldsetTestMixin to verify that every field referenced by a fieldset is declared on the form.

Contrast to Current Behavior

Previously, description was listed in the ACL Details fieldset without a corresponding form field. NetBox therefore omitted it silently, leaving the filter inaccessible from the UI.

Discussion: Benefits and Drawbacks

This restores the expected Description filter and adds the same regression protection already used by the other filter form test cases.

The change is backwards-compatible and has no known drawbacks.

Changes to the Documentation

No documentation changes are required.

Proposed Release Note Entry

Fix missing Description field in the Access List filter form.

Double Check

  • I have explained my PR according to the information in the comments or in a linked issue.
  • My PR targets feature (next minor release).

AccessListFilterForm named description in its ACL Details fieldset without
declaring the field, so NetBox dropped it silently and the filter was
unreachable from the UI.

Wires FilterFormFieldsetTestMixin to AccessListFormTestCase, the regression
guard the other three form test cases already carry.

Fixes #417
@pheus pheus linked an issue Aug 31, 2026 that may be closed by this pull request
@pheus
pheus merged commit 1d95728 into feature Aug 31, 2026
8 checks passed
@pheus
pheus deleted the 417-accesslist-filter-form-description branch August 31, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Access List filter form does not show the Description filter

1 participant