Skip to content

Commit 89809a7

Browse files
author
NarrowsProjects
committed
run patch
1 parent ea47bad commit 89809a7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

lib/server/views/runs/summary.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,18 @@ export const runSummary = {
5454
include: [
5555
{ association: 'runType', attributes: ['name'] },
5656
{ association: 'tags', attributes: ['text', 'id'] },
57-
{ association: 'detectors', attributes: ['name'] },
57+
{
58+
association: 'detectors',
59+
attributes: ['name'],
60+
through: {
61+
attributes: ['quality'],
62+
},
63+
},
5864
{
5965
association: 'eorReasons',
6066
attributes: ['description'],
6167
include: {
6268
association: 'reasonType',
63-
attributes: ['category', 'title'],
6469
},
6570
},
6671
{ association: 'lhcPeriod', attributes: ['name'] },

0 commit comments

Comments
 (0)