Allow users to reset DAST submit field
All threads resolved!
All threads resolved!
Compare changes
Problem: At the moment, it's not possible to reset DAST "submit field" for a site profile.
Why: When a user tries to empty the value of existing "submit field" from site profile, frontend do not send the field at all in the graphql mutation. This is because frontend do not send empty values in the mutation variables by default.
Solution: Make an exception for optional field
Please notice the submitField
is now being sent to the graphql request
before | after |
---|---|
![]() |
![]() |
submit field
valueThis checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.