Skip to content

Commit

Permalink
Scope creep: added access for the Visualforce page LogMassDelete to t…
Browse files Browse the repository at this point in the history
…he 3 permission sets LoggerAdmin, LoggerLogViewer, and LoggerEndUser
  • Loading branch information
jongpie committed Dec 4, 2024
1 parent 8a47c4b commit 3655fc7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,10 @@
<object>LoggerTag__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<pageAccesses>
<apexPage>LogMassDelete</apexPage>
<enabled>true</enabled>
</pageAccesses>
<tabSettings>
<tab>LogBatchPurge</tab>
<visibility>Visible</visibility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,10 @@
<object>LoggerTag__c</object>
<viewAllRecords>false</viewAllRecords>
</objectPermissions>
<pageAccesses>
<apexPage>LogMassDelete</apexPage>
<enabled>true</enabled>
</pageAccesses>
<tabSettings>
<tab>LogEntryTag__c</tab>
<visibility>Visible</visibility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,10 @@
<object>LoggerTag__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<pageAccesses>
<apexPage>LogMassDelete</apexPage>
<enabled>true</enabled>
</pageAccesses>
<tabSettings>
<tab>LogEntryEventStream</tab>
<visibility>Visible</visibility>
Expand Down

0 comments on commit 3655fc7

Please sign in to comment.