-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed customPermission child xml tag
- Loading branch information
1 parent
e8e31d9
commit 812668d
Showing
6 changed files
with
47 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
.../__snapshots__/verify-md-files.expected/permissionsets/withCustomPermission.permissionset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<applicationVisibilities> | ||
<application>withCustomPermission</application> | ||
<visible>true</visible> | ||
</applicationVisibilities> | ||
<classAccesses> | ||
<apexClass>PagedResult</apexClass> | ||
<enabled>true</enabled> | ||
</classAccesses> | ||
<classAccesses> | ||
<apexClass>PropertyController</apexClass> | ||
<enabled>true</enabled> | ||
</classAccesses> | ||
<classAccesses> | ||
<apexClass>SampleDataController</apexClass> | ||
<enabled>true</enabled> | ||
</classAccesses> | ||
<customPermissions> | ||
<enabled>true</enabled> | ||
<name>myCustomPerm</name> | ||
</customPermissions> | ||
<customPermissions> | ||
<enabled>true</enabled> | ||
<name>myCustomPerm1</name> | ||
</customPermissions> | ||
<hasActivationRequired>false</hasActivationRequired> | ||
<label>withCustomPermission</label> | ||
</PermissionSet> |
8 changes: 4 additions & 4 deletions
8
...efault/permissionsets/withCustomPermission/withCustomPermission.customPermission-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<PermissionSet> | ||
<> | ||
<customPermissions> | ||
<enabled>true</enabled> | ||
<name>myCustomPerm</name> | ||
</> | ||
<> | ||
</customPermissions> | ||
<customPermissions> | ||
<enabled>true</enabled> | ||
<name>myCustomPerm1</name> | ||
</> | ||
</customPermissions> | ||
</PermissionSet> |
8 changes: 4 additions & 4 deletions
8
...efault/permissionsets/withCustomPermission/withCustomPermission.customPermission-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<PermissionSet> | ||
<> | ||
<customPermissions> | ||
<enabled>true</enabled> | ||
<name>myCustomPerm</name> | ||
</> | ||
<> | ||
</customPermissions> | ||
<customPermissions> | ||
<enabled>true</enabled> | ||
<name>myCustomPerm1</name> | ||
</> | ||
</customPermissions> | ||
</PermissionSet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
812668d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-linux
229
ms226
ms1.01
eda-sourceToMdapi-linux
2072
ms2052
ms1.01
eda-sourceToZip-linux
1916
ms1825
ms1.05
eda-mdapiToSource-linux
2826
ms2656
ms1.06
lotsOfClasses-componentSetCreate-linux
436
ms511
ms0.85
lotsOfClasses-sourceToMdapi-linux
3758
ms3568
ms1.05
lotsOfClasses-sourceToZip-linux
3214
ms2926
ms1.10
lotsOfClasses-mdapiToSource-linux
3608
ms3464
ms1.04
lotsOfClassesOneDir-componentSetCreate-linux
784
ms817
ms0.96
lotsOfClassesOneDir-sourceToMdapi-linux
6610
ms6308
ms1.05
lotsOfClassesOneDir-sourceToZip-linux
5876
ms4995
ms1.18
lotsOfClassesOneDir-mdapiToSource-linux
6653
ms6199
ms1.07
This comment was automatically generated by workflow using github-action-benchmark.
812668d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-win32
655
ms693
ms0.95
eda-sourceToMdapi-win32
3899
ms4125
ms0.95
eda-sourceToZip-win32
2990
ms3223
ms0.93
eda-mdapiToSource-win32
5828
ms5889
ms0.99
lotsOfClasses-componentSetCreate-win32
1295
ms1408
ms0.92
lotsOfClasses-sourceToMdapi-win32
7857
ms8162
ms0.96
lotsOfClasses-sourceToZip-win32
4647
ms5115
ms0.91
lotsOfClasses-mdapiToSource-win32
7454
ms8274
ms0.90
lotsOfClassesOneDir-componentSetCreate-win32
2113
ms2468
ms0.86
lotsOfClassesOneDir-sourceToMdapi-win32
13369
ms14571
ms0.92
lotsOfClassesOneDir-sourceToZip-win32
8442
ms9210
ms0.92
lotsOfClassesOneDir-mdapiToSource-win32
13504
ms13982
ms0.97
This comment was automatically generated by workflow using github-action-benchmark.