-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated form IO server version from 4.2.4 to 4.3.0 - Upgraded `"formiojs": "^4.21.4"` to `"@formio/js": "^5.0.0"` for Web App - Fixed user interface issues due to the upgrade in Web App - Added CSS to remove extra text on file component that were hidden in previous versions. - Added CSS to show the "remove icon" and "calendar icon" which were hidden in the current version. - Changed HTML components to **Text Field Components** for displaying the awards on the Notice of Assessment page. - Changed `fileMaxSize` from "4 MB" to "15MB" for the file component `pdDependentUpload` for all program years. - Reverted `clearOnHide` for the file component `dependantCustodyFileUpload` for sfaa2025-2026. Screenshot of the file component UI before and after the fix ![image](https://github.com/user-attachments/assets/ec03be17-f7fc-437c-ab82-7a92c5896e9a) Screenshot of the calendar icon before and after the fix ![image](https://github.com/user-attachments/assets/bd1f78f8-8ed0-4500-bb0e-1ef278c8eed6) Screenshot of the NOA page due to Form.io upgrade without the fix ![image](https://github.com/user-attachments/assets/7e81ab9d-939b-4063-b497-82ec21879acc) Screenshot of the NOA page using Text Field components to fix the rendering issues ![image](https://github.com/user-attachments/assets/8497734b-168d-4058-81c1-68d71aec98d0) --------- Co-authored-by: Lewis Chen <[email protected]>
- Loading branch information
1 parent
454f69b
commit cf57d13
Showing
15 changed files
with
5,011 additions
and
8,491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ export QUEUE_CONSUMERS_BUILD_REF := $(or ${QUEUE_CONSUMERS_BUILD_REF}, queue-con | |
export LOAD_TEST_GATEWAY_BUILD_REF := $(or ${LOAD_TEST_GATEWAY_BUILD_REF}, load-test-gateway-${APP_NAME}) | ||
export WEB_BUILD_REF := $(or ${WEB_BUILD_REF}, web-${APP_NAME}) | ||
export FORMS_BUILD_REF := $(or ${FORMS_BUILD_REF}, forms) | ||
export FORMIO_SOURCE_REPO_TAG := $(or $(FORMIO_SOURCE_REPO_TAG), v4.2.4) | ||
export FORMIO_SOURCE_REPO_TAG := $(or $(FORMIO_SOURCE_REPO_TAG), v4.3.0) | ||
export FORMIO_ROOT_EMAIL := $(or ${FORMIO_ROOT_EMAIL}, [email protected]) | ||
export MONGODB_URI := $(or ${MONGODB_URI}, $$MONGODB_URI) | ||
export QUEUE_PREFIX := $(or $(QUEUE_PREFIX), {sims-local}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11,849 changes: 4,587 additions & 7,262 deletions
11,849
sources/packages/forms/src/form-definitions/noticeofassessment.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.