Skip to content

Commit 7d7d4d9

Browse files
author
Olivier Dufour
committed
export: hide popup menu on aggregate result
1 parent 294aaed commit 7d7d4d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addon/data-load.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,9 @@ export class TableModel {
880880
if (cell.recordId) {
881881
args.set("recordId", cell.recordId);
882882
}
883+
if (cell.objectType == "AggregateResult") {
884+
return;
885+
}
883886
cell.links.push({withIcon: true, href: "inspect.html?" + args, label: "Show all data", className: "view-inspector", action: ""});
884887

885888
let query = "SELECT Id FROM " + cell.objectType + " WHERE Id = '" + cell.recordId + "'";

0 commit comments

Comments
 (0)