Skip to content

Commit 34e8078

Browse files
🐛 No filter by "Test name" in the findings list for all products #14162 (#14167)
1 parent 5f88a5f commit 34e8078

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dojo/filters.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,9 +2025,6 @@ def __init__(self, *args, **kwargs):
20252025
del self.form.fields["test__engagement__product__name_contains"]
20262026
del self.form.fields["test__engagement__product__prod_type__name"]
20272027
del self.form.fields["test__engagement__product__prod_type__name_contains"]
2028-
else:
2029-
del self.form.fields["test__name"]
2030-
del self.form.fields["test__name_contains"]
20312028

20322029

20332030
class FindingFilter(FindingFilterHelper, FindingTagFilter):

0 commit comments

Comments
 (0)