Skip to content

Commit

Permalink
Added new tab to perm sets
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Sep 6, 2021
1 parent b98c91e commit 47c5d30
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,10 @@
<apexPage>LogMassDelete</apexPage>
<enabled>true</enabled>
</pageAccesses>
<tabVisibilities>
<tab>LogEntryEventStream</tab>
<visibility>DefaultOn</visibility>
</tabVisibilities>
<tabVisibilities>
<tab>LogEntryTag__c</tab>
<visibility>DefaultOn</visibility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,10 @@
<object>LoggerTag__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<tabSettings>
<tab>LogEntryEventStream</tab>
<visibility>Visible</visibility>
</tabSettings>
<tabSettings>
<tab>LogEntryTag__c</tab>
<visibility>Visible</visibility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,10 @@
<object>LoggerTag__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<tabSettings>
<tab>LogEntryEventStream</tab>
<visibility>Visible</visibility>
</tabSettings>
<tabSettings>
<tab>LogEntryTag__c</tab>
<visibility>Visible</visibility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
<label>Log Entry Event Stream</label>
<lwcComponent>logEntryEventStream</lwcComponent>
<motif>Custom95: Stopwatch</motif>
<motif>Custom27: Laptop</motif>
</CustomTab>

0 comments on commit 47c5d30

Please sign in to comment.