Skip to content

Commit

Permalink
removed extra APEX class and added perm set
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanudas committed Feb 7, 2024
1 parent 17e8a25 commit 6e27a3b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<classAccesses>
<apexClass>FieldLabelController</apexClass>
<enabled>true</enabled>
</classAccesses>
<description>Permission Set for users accessing screen flows using the Sticky Selectron Screen Flow Component</description>
<hasActivationRequired>false</hasActivationRequired>
<label>Sticky Selectron User</label>
</PermissionSet>
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"name": "sticky-selectron",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "57.0"
"sourceApiVersion": "59.0"
}

0 comments on commit 6e27a3b

Please sign in to comment.