Skip to content

Commit

Permalink
Merge pull request #905 from bcgov/junk/setResFormPr
Browse files Browse the repository at this point in the history
TEST Set res form for PR
  • Loading branch information
loneil authored Nov 1, 2023
2 parents 0d268c0 + 6d79dc5 commit 6cdf1b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 5 additions & 2 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,11 @@ ui:
{
"type": "Control",
"scope": "#/properties/tenantReason",
"label": "Purpose of Tenant"
},
"label": "Purpose of Tenant",
"options": {
"multi": true
}
}
]
}
}
Expand Down
12 changes: 7 additions & 5 deletions deploy/traction/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ ui:
"formDataSchema": {
"type": "object",
"properties": {
"fullName": {
"ministry": {
"type": "string"
},
"phoneNumber": {
"contactName": {
"type": "string"
},
"tenantReason": {
Expand All @@ -109,16 +109,18 @@ ui:
"elements": [
{
"type": "Control",
"scope": "#/properties/phoneNumber",
"label": "Phone / Mobile"
"scope": "#/properties/ministry",
"label": "Ministry"
},
{
"type": "Control",
"scope": "#/properties/fullName"
"scope": "#/properties/contactName",
"label": "Contact Name"
},
{
"type": "Control",
"scope": "#/properties/tenantReason",
"label": "Purpose of Tenant",
"options": {
"multi": true
}
Expand Down
2 changes: 1 addition & 1 deletion services/tenant-ui/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenant-ui-frontend",
"private": true,
"version": "0.3.6",
"version": "0.3.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 6cdf1b4

Please sign in to comment.