File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1702,6 +1702,9 @@ class FindingFilterHelper(FilterSet):
17021702 test_import_finding_action__test_import = NumberFilter (widget = HiddenInput ())
17031703 endpoints = NumberFilter (widget = HiddenInput ())
17041704 status = FindingStatusFilter (label = "Status" )
1705+ test__engagement__product__lifecycle = MultipleChoiceFilter (
1706+ choices = Product .LIFECYCLE_CHOICES ,
1707+ label = "Product lifecycle" )
17051708
17061709 has_component = BooleanFilter (
17071710 field_name = "component_name" ,
@@ -1947,9 +1950,6 @@ class FindingFilter(FindingFilterHelper, FindingTagFilter):
19471950 test__engagement__product__prod_type = ModelMultipleChoiceFilter (
19481951 queryset = Product_Type .objects .none (),
19491952 label = "Product Type" )
1950- test__engagement__product__lifecycle = MultipleChoiceFilter (
1951- choices = Product .LIFECYCLE_CHOICES ,
1952- label = "Product lifecycle" )
19531953 test__engagement__product = ModelMultipleChoiceFilter (
19541954 queryset = Product .objects .none (),
19551955 label = "Product" )
You can’t perform that action at this time.
0 commit comments