Commit 4609c45f authored by Imre Farkas's avatar Imre Farkas

Merge branch 'djadmin-pipeline-dast-modal-2' into 'master'

Remove duplicate feature flag instantiation

See merge request gitlab-org/gitlab!38566
parents d76c7c43 368b84ed
......@@ -12,7 +12,6 @@ module EE
def security
if pipeline.expose_security_dashboard?
push_frontend_feature_flag(:pipelines_security_report_summary, default_enabled: false)
render_show
else
redirect_to pipeline_path(pipeline)
......
---
title: Implement DAST Modal for Pipeline View
merge_request: 38267
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment