Add inline forms support in DAST profile selector component
This is to facilitate Inline DAST Profiles Implementation, part of &5469 (closed).
Implementation Plan
Inline form via slots
-
Add the profile-formslot toprofile_selector.vue -
Include DastScannerProfileFormtoscanner_profile_selector.vue-
Pass it via slot profile-form -
Handle success / cancel events
-
-
Include DastSiteProfileFormtosite_profile_selector.vue-
Pass it via slot profile-form -
Handle success / cancel events
-
Links and state
-
Update link for createbutton-
handle form newstate
-
-
Update link for editicon-
handle form editstate
-
Test coverage
-
Add specs to cover edit and new state -
Add specs to cover profile-formslot -
Add specs to cover form success and cancel
Edited by Dheeraj Joshi