Skip to content

Commit aa040f1

Browse files
author
NarrowsProjects
committed
restore all attributes except for detectors
1 parent 7ffc07f commit aa040f1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lib/server/views/runs/summary.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,17 @@ export const runSummary = {
5252
'fillNumber',
5353
],
5454
include: [
55-
{ association: 'runType' },
56-
{ association: 'tags' },
55+
{ association: 'runType', attributes: ['name'] },
56+
{ association: 'tags', attributes: ['text', 'id'] },
5757
{ association: 'detectors' },
5858
{
5959
association: 'eorReasons',
6060
attributes: ['description'],
6161
include: {
6262
association: 'reasonType',
63+
attributes: ['category', 'title'],
6364
},
6465
},
65-
{ association: 'lhcPeriod' },
66+
{ association: 'lhcPeriod', attributes: ['name'] },
6667
],
6768
};

0 commit comments

Comments
 (0)