Skip to content

Commit

Permalink
#2024 - Changed NOC to 5 digits (#2025)
Browse files Browse the repository at this point in the history
- Update the Education Program NOC code to accept 5 digits.
- No DB updates are required for the existing ones as per agreed by
@JasonCTang.
  • Loading branch information
andrewsignori-aot authored Jun 19, 2023
1 parent ba59095 commit 9a72ffb
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions sources/packages/forms/src/form-definitions/educationprogram.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"title": "Education Program",
"display": "form",
"type": "form",
"name": "educationProgram",
"path": "educationprogram",
"type": "form",
"display": "form",
"tags": [
"common"
],
Expand Down Expand Up @@ -816,7 +816,8 @@
"addons": [],
"inputType": "text",
"id": "e7oydq",
"defaultValue": ""
"defaultValue": "",
"isNew": false
},
{
"label": "Field of study code",
Expand Down Expand Up @@ -917,7 +918,7 @@
"labelWidth": "",
"labelMargin": "",
"placeholder": "",
"description": "Format (####) Optional**",
"description": "Format (#####) Optional**",
"tooltip": "",
"prefix": "",
"suffix": "",
Expand Down Expand Up @@ -961,8 +962,8 @@
"maxLength": "",
"minWords": "",
"maxWords": "",
"pattern": "[0-9]{4}",
"customMessage": "Incorrect Format'",
"pattern": "[0-9]{5}",
"customMessage": "Incorrect Format",
"custom": "",
"customPrivate": false,
"json": "",
Expand All @@ -977,7 +978,7 @@
"tags": [],
"properties": {},
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": "",
"json": ""
Expand Down Expand Up @@ -1022,7 +1023,8 @@
"addons": [],
"inputType": "text",
"id": "esqh37ui",
"defaultValue": ""
"defaultValue": "",
"lockKey": true
},
{
"label": "SABC program code, if this program has been approved for SABC funding before",
Expand Down Expand Up @@ -1090,7 +1092,7 @@
"tags": [],
"properties": {},
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": "",
"json": ""
Expand Down Expand Up @@ -2064,7 +2066,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
"id": "eaximc"
"id": "eaximc",
"className": ""
},
{
"label": "Program length",
Expand Down Expand Up @@ -5906,7 +5909,8 @@
"allowMultipleMasks": false,
"addons": [],
"tag": "p",
"id": "exxean"
"id": "exxean",
"className": ""
},
{
"label": "I confirm this program meets the policies outlined in the StudentAid BC policy manual.",
Expand Down

0 comments on commit 9a72ffb

Please sign in to comment.