Skip to content

Populate On-demand Scan profiles using query params

Dheeraj Joshi requested to merge djadmin-dast-profile-populator into master

Implements #292478 (closed), part of &5037 (closed)

What does this MR do?

This change would allow selecting the profiles in On-demand Scan form using query params

  • ?scanner_profile_id= should select the given scanner profile id
  • ?site_profile_id= should select the given site profile id

why

This should assist in improving the user experience when user is redirected back to this page (On-demand Scans form) upon creating a new profile (implemented via #292483 (closed)). So, this form will be pre-populated with the newly created profile.

Screenshots (strongly suggested)

No visual changes

In action:

dast-query-params

Does this MR meet the acceptance criteria?

Conformity

Edited by Dheeraj Joshi

Merge request reports

Loading