Skip to content

Commit

Permalink
Merge pull request #939 from bcgov/feature-ALR-137
Browse files Browse the repository at this point in the history
ALR-137
  • Loading branch information
GandlojuVishwantha authored Jul 8, 2024
2 parents bd52667 + 96d5a89 commit e8415eb
Show file tree
Hide file tree
Showing 7 changed files with 1,792 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,33 @@
<identifier>runtime_sales_pathassistant_pathAssistant</identifier>
</componentInstance>
</itemInstances>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
<name>decorate</name>
<value>true</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>richTextValue</name>
<value>&lt;p&gt;&lt;strong style=&quot;font-size: 14px; color: rgb(208, 18, 18);&quot;&gt;This case is Closed and cannot be edited.&lt;/strong&gt;&lt;/p&gt;</value>
</componentInstanceProperties>
<componentName>flexipage:richText</componentName>
<identifier>flexipage_richText</identifier>
<visibilityRule>
<booleanFilter>1 AND 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
<name>subheader</name>
<type>Region</type>
</flexiPageRegions>
Expand Down Expand Up @@ -1035,11 +1062,17 @@
<componentName>flexipage:fieldSection</componentName>
<identifier>flexipage_fieldSection</identifier>
<visibilityRule>
<booleanFilter>1 OR 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
Expand All @@ -1060,11 +1093,17 @@
<componentName>flexipage:fieldSection</componentName>
<identifier>flexipage_fieldSection6</identifier>
<visibilityRule>
<booleanFilter>1 AND 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
Expand All @@ -1085,11 +1124,17 @@
<componentName>flexipage:fieldSection</componentName>
<identifier>flexipage_fieldSection3</identifier>
<visibilityRule>
<booleanFilter>1 OR 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
Expand All @@ -1110,11 +1155,17 @@
<componentName>flexipage:fieldSection</componentName>
<identifier>flexipage_fieldSection7</identifier>
<visibilityRule>
<booleanFilter>1 AND 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
Expand All @@ -1135,11 +1186,17 @@
<componentName>flexipage:fieldSection</componentName>
<identifier>flexipage_fieldSection2</identifier>
<visibilityRule>
<booleanFilter>1 OR 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
Expand All @@ -1160,11 +1217,17 @@
<componentName>flexipage:fieldSection</componentName>
<identifier>flexipage_fieldSection8</identifier>
<visibilityRule>
<booleanFilter>1 AND 2</booleanFilter>
<criteria>
<leftValue>{!Record.IsClosed}</leftValue>
<operator>EQUAL</operator>
<rightValue>true</rightValue>
</criteria>
<criteria>
<leftValue>{!$Permission.CustomPermission.EHISDataAnalystUser}</leftValue>
<operator>EQUAL</operator>
<rightValue>false</rightValue>
</criteria>
</visibilityRule>
</componentInstance>
</itemInstances>
Expand Down
Loading

0 comments on commit e8415eb

Please sign in to comment.