Skip to content

Filtering Change Records by the Change Set causes a FieldError #262

@smk4664

Description

@smk4664

Environment

  • Python version: 3.11
  • Nautobot version: 2.4 & 3.0
  • nautobot-design-builder version: Most versions

Expected Behavior

Try to filter Change Records by a Change Set

Observed Behavior

Field Error, Cannot resolve keyword "name" into field.

Issue

The ChangeRecordFilterSet has change_set = NaturalKeyOrPKMutlipleChoiceFilter which defaults to the "name" field. ChangeSet does not have a Name field, nor does it have an other NaturalKey field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions