Skip to content

Release 2486

Choose a tag to compare

@github-actions github-actions released this 23 May 10:02
fd46a76

Trello card

Trello-590

Context

We want to have a 'None' option on the candidate requirements checkbox for if none of the other options apply. The form builder requires the checkboxes to have the same attribute name in order to add a None option.

Refactor CandidateRequirementsSelection to have a single selected_requirements attribute that contains the selected options.

Changes proposed in this pull request

  • Add none option to candidate requirements step

Guidance to review