Skip to content

Release 2275

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:16
b3b21c9

When we seed the education phases they all default to supports_subjects: true - this means we can never add a placement date for a primary education phase (the control is never displayed to the user).

We seem to have manually fixed this in the production/staging database, however when reseeding locally its an issue.

Fix by ensuring supports_subjects is false for the primary education phase.

Before After
Screenshot 2022-02-10 at 10 04 33 Screenshot 2022-02-10 at 10 04 45