Skip to content

Commit

Permalink
Updated all Log__c list views to have the field ProfileLink__c (the s…
Browse files Browse the repository at this point in the history
…ame change was also made to the LogEntry__c list views)
  • Loading branch information
jongpie committed Nov 8, 2024
1 parent 015e935 commit 812a691
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllAsynchronousLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllBatchLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllClosedLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>TransactionId__c</columns>
<columns>TotalLimitsCpuTimeUsed__c</columns>
<columns>TotalLogEntries__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllLogsWithERROREntries</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<booleanFilter>1 OR 2</booleanFilter>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllOpenLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllRESTLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>AllResolvedLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>LogsToPurgeSoon</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>TransactionId__c</columns>
<columns>OWNER.ALIAS</columns>
<columns>Priority__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>MyAssignedLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>Priority__c</columns>
<columns>Status__c</columns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<fullName>MyAssignedOpenLogs</fullName>
<columns>NAME</columns>
<columns>LoggedByUsernameLink__c</columns>
<columns>ProfileLink__c</columns>
<columns>StartTime__c</columns>
<columns>Priority__c</columns>
<columns>Status__c</columns>
Expand Down
2 changes: 1 addition & 1 deletion nebula-logger/managed-package/sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ancestorVersion": "HIGHEST",
"versionNumber": "4.15.0.NEXT",
"versionName": "Winter '25 Release",
"versionDescription": "View the v4.14.0 milestone in GitHub for the list of changes - https://github.com/jongpie/NebulaLogger/milestone/15?closed=1",
"versionDescription": "View the v4.15.0 milestone in GitHub for the list of changes - https://github.com/jongpie/NebulaLogger/milestone/15?closed=1",
"releaseNotesUrl": "https://github.com/jongpie/NebulaLogger/releases/tag/v4.15.0"
}
],
Expand Down

0 comments on commit 812a691

Please sign in to comment.