Enable "edit" links in DAST profiles library
- Related issue: #233401 (closed)
What does this MR do?
This MR enables edit links in the DAST Site Profiles library.
How to test this?
- Enable both feature flags.
echo "Feature.enable(:security_on_demand_scans_feature_flag)" | spring rails c
echo "Feature.enable(:security_on_demand_scans_site_profiles_feature_flag)" | spring rails c
- Visit a project's DAST profiles library:
/:group/:project/-/on_demand_scans/profiles
.
Screenshots
Before | After |
---|---|
Does this MR meet the acceptance criteria?
Conformity
- [-] Changelog entry not needed because this is behind a feature flag
- [-] Documentation (if required)
-
Code review guidelines - [-] Merge request performance guidelines
-
Style guides - [-] Database guides
-
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. - [-] Tested in all supported browsers
- [-] Informed Infrastructure department of a default or new setting change, if applicable per definition of done
Edited by Paul Gascou-Vaillancourt