Fix cadence roll over issues checkbox
What does this MR do and why?
Add missing field to a form post. Now we actually send "Roll over issues" checkbox value when submitting the iteration cadence form
How to set up and validate locally
- Enable the feature flag
Feature.enable(:iteration_cadences)
- Visit any group page, go to Issues > Iterations > Create Iteration Cadence (/groups/gitlab-org/-/cadences/new)
- Fill out form, check "Roll over issues" checkbox
- Confirm it is actually checked after saving
Screen_Recording_2021-11-19_at_9.01.40_am
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Simon Knox