Skip to content

Commit

Permalink
Merge pull request #578 from bcgov/feat/srs-121
Browse files Browse the repository at this point in the history
issue fix
  • Loading branch information
midhun-aot authored Nov 27, 2023
2 parents 33dbdec + 70e085a commit 934fd3d
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"eq": "",
"json": ""
},
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\ndata.bundleStatus === 'cssaMgrAccepted') {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\n(data.bundleStatus === 'cssaMgrAccepted' || \r\ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
Expand Down Expand Up @@ -366,7 +366,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
"id": "ew6jvpd"
"id": "edqsiuf"
},
{
"label": "Approved",
Expand Down Expand Up @@ -7617,7 +7617,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
"id": "ehmz9lv0000"
"id": "ehmz9lv00000000"
}
],
"placeholder": "",
Expand Down Expand Up @@ -9260,7 +9260,7 @@
}
],
"collapsible": false,
"id": "ewhx8sm0000",
"id": "ewhx8sm00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -18428,7 +18428,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
"id": "elva880000",
"id": "elva8800000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -18508,7 +18508,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
"id": "ey48nu0000",
"id": "ey48nu00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -18883,7 +18883,7 @@
"input": true,
"label": "PIN",
"tableView": true,
"id": "eyxe45n0000",
"id": "eyxe45n00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -18976,7 +18976,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
"id": "efdcvf0000",
"id": "efdcvf00000000",
"prefix": "",
"customClass": "",
"suffix": "",
Expand Down Expand Up @@ -19190,7 +19190,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
"id": "emf4u7g0000",
"id": "emf4u7g00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -20242,7 +20242,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
"id": "ev43oe90000",
"id": "ev43oe900000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -20322,7 +20322,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
"id": "eb3d0l0000",
"id": "eb3d0l00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -20697,7 +20697,7 @@
"input": true,
"label": "PIN",
"tableView": true,
"id": "eyv4fcu0000",
"id": "eyv4fcu00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -20790,7 +20790,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
"id": "ecgeub0000",
"id": "ecgeub00000000",
"prefix": "",
"customClass": "",
"suffix": "",
Expand Down Expand Up @@ -21004,7 +21004,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
"id": "eguyyh0000",
"id": "eguyyh00000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down

0 comments on commit 934fd3d

Please sign in to comment.