Skip to content

No filter by "Test name" in the findings list for all products #14162

@AndreyMZ

Description

@AndreyMZ

Steps to reproduce

  1. Log in to DefectDojo: https://demo.defectdojo.org/
  2. Switch on Filter String Matching Optimization:
    1. Go to Configuration -> System Settings.
    2. Switch on Filter String Matching Optimization.
    3. Click Submit.
  3. Go to Findings -> Open Findings.
  4. Open the filters.

Actual result

There are no "Test Name" and "Test name Contains" filters.

Expected result

There are "Test Name" and "Test name Contains" filters.

Root cause

else:
del self.form.fields["test__name"]
del self.form.fields["test__name_contains"]

Possible solutions

Just delete these code lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions