Commit 8b7b5a53 authored by James Lopez's avatar James Lopez

Merge branch '239385-edit-site-profile-on-demand-scans-nav-item' into 'master'

Activate on-demand scans nav item when editing a site profile

See merge request gitlab-org/gitlab!40148
parents 8d46a004 d41e103e
...@@ -163,6 +163,7 @@ module EE ...@@ -163,6 +163,7 @@ module EE
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
projects/dependencies#index projects/dependencies#index
projects/licenses#index projects/licenses#index
...@@ -182,6 +183,7 @@ module EE ...@@ -182,6 +183,7 @@ module EE
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
] ]
end end
......
---
title: Activate on-demand scans nav item when editing a site profile
merge_request: 40148
author:
type: fixed
...@@ -176,6 +176,7 @@ RSpec.describe ProjectsHelper do ...@@ -176,6 +176,7 @@ RSpec.describe ProjectsHelper do
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
projects/dependencies#index projects/dependencies#index
projects/licenses#index projects/licenses#index
...@@ -195,6 +196,7 @@ RSpec.describe ProjectsHelper do ...@@ -195,6 +196,7 @@ RSpec.describe ProjectsHelper do
projects/on_demand_scans#index projects/on_demand_scans#index
projects/dast_profiles#index projects/dast_profiles#index
projects/dast_site_profiles#new projects/dast_site_profiles#new
projects/dast_site_profiles#edit
projects/dast_scanner_profiles#new projects/dast_scanner_profiles#new
] ]
end end
......
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