From 874cbd4bb4c25c0fd5181dc91e75923f8ea63d99 Mon Sep 17 00:00:00 2001 From: Manuel Sommer Date: Mon, 26 Jan 2026 17:54:57 +0100 Subject: [PATCH] :bug: No filter by "Test name" in the findings list for all products #14162 --- dojo/filters.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dojo/filters.py b/dojo/filters.py index 4ae5224dab6..1a11f6fe2fa 100644 --- a/dojo/filters.py +++ b/dojo/filters.py @@ -2023,9 +2023,6 @@ def __init__(self, *args, **kwargs): del self.form.fields["test__engagement__product__name_contains"] del self.form.fields["test__engagement__product__prod_type__name"] del self.form.fields["test__engagement__product__prod_type__name_contains"] - else: - del self.form.fields["test__name"] - del self.form.fields["test__name_contains"] class FindingFilter(FindingFilterHelper, FindingTagFilter):