Skip to content

Commit

Permalink
Merge pull request #495 from bcgov/feat/task-297b
Browse files Browse the repository at this point in the history
fix for sds client reviewer
  • Loading branch information
midhun-aot authored Sep 5, 2023
2 parents 5419809 + 8c4f300 commit a35bf56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions forms-flow-ai/epd-forms/Site Disclosure Statements.json
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@
}
],
"collapsible": false,
"id": "e7nge5b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -7444,7 +7444,7 @@
}
],
"collapsible": false,
"id": "eapos7600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -7660,7 +7660,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
"id": "e7fs5c500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
Expand Down Expand Up @@ -10456,7 +10456,7 @@
"eq": "",
"json": ""
},
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")\r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n",
"customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/lrs-approving-authority\")|| \r\nroles.includes(\"formsflow-reviewer/site-information-advisor\")\r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") &&\r\n data.section1BAgentCheckbox){\r\n show = false \r\n } else {\r\n show = true;\r\n }\r\n}\r\n",
"logic": [],
"attributes": {},
"overlay": {
Expand Down Expand Up @@ -10507,7 +10507,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
"id": "exmil7e"
"id": "e1d05b4"
},
{
"title": "APPROVING AUTHORITY CONTACT INFORMATION",
Expand Down

0 comments on commit a35bf56

Please sign in to comment.