We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f64e5 commit 326826fCopy full SHA for 326826f
pkg/notifier/NotificationConfigService.go
@@ -798,6 +798,15 @@ func (impl *NotificationConfigServiceImpl) FindNotificationSettingOptions(settin
798
ClusterResponse: clusterResponse,
799
}
800
searchFilterResponse = append(searchFilterResponse, cdMatching)
801
+
802
+ ciMatching := &beans.SearchFilterResponse{
803
+ PipelineType: string(util.CI),
804
+ TeamResponse: teamResponse,
805
+ AppResponse: appResponse,
806
+ EnvResponse: envResponse,
807
+ ClusterResponse: clusterResponse,
808
+ }
809
+ searchFilterResponse = append(searchFilterResponse, ciMatching)
810
811
812
if searchFilterResponse == nil {
0 commit comments