Skip to content

Commit

Permalink
Merge pull request #804 from bcgov/bug-ALR-1582.1
Browse files Browse the repository at this point in the history
ALR-1582.1
  • Loading branch information
GandlojuVishwantha authored May 28, 2024
2 parents cab87c4 + f5c2d64 commit c48e584
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<customPermissions>
<enabled>true</enabled>
<name>BlockInspectionTaskCreation</name>
</customPermissions>
<customPermissions>
<enabled>true</enabled>
<name>EHISDataAnalystUser</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
<field>Case.IncidentDate__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>true</editable>
<field>Case.IsApprovalRequired__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>true</editable>
<field>Case.IsSubstantiated__c</field>
Expand Down

0 comments on commit c48e584

Please sign in to comment.