You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## July 09, 2026
2
+
3
+
-**Chore** Removed French as a required language for multi-language engagements [🎟️ DEP-321](https://citz-gdx.atlassian.net/browse/DEP-321)
4
+
- Removed French from list of required languages in front-end validation (no back-end changes were needed, as the API does not enforce any required languages).
5
+
- Started tracking whether the user _wants_ multiple languages (rather than just if there _are_ multiple languages), allowing us to temporarily show the language picker so that the user has time to select an additional language.
6
+
1
7
## July 07, 2026
2
8
3
9
-**Feature** Added ability to upload files to Object Storage during survey submission [🎟️ DEP-277](https://citz-gdx.atlassian.net/browse/DEP-277)
Copy file name to clipboardExpand all lines: web/src/components/engagement/admin/config/wizard/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ const EngagementForm = ({
134
134
step={4}
135
135
completed={isEnglishOnly||hasAdditionalLanguage}
136
136
question="Will your engagement be offered in multiple languages?"
137
-
details="All engagements must be offered in English, but you may also add content in additional languages. If you select multi-language, you must include French."
137
+
details="All engagements must be offered in English, but you may also add content in additional languages."
0 commit comments