Steps to reproduce
- Log in to DefectDojo: https://demo.defectdojo.org/
- Switch on Filter String Matching Optimization:
- Go to Configuration -> System Settings.
- Switch on Filter String Matching Optimization.
- Click Submit.
- Go to Findings -> Open Findings.
- 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.