Skip to content

Commit 23fe847

Browse files
author
NarrowsProjects
committed
3
1 parent e83528b commit 23fe847

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

lib/server/views/runs/summary.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,16 @@ export const runSummary = {
5454
include: [
5555
{ association: 'runType', attributes: ['name'] },
5656
{ association: 'tags', attributes: ['text', 'id'] },
57-
{ association: 'detectors' },
57+
{
58+
association: 'detectors',
59+
attributes: ['name'],
60+
through: {
61+
attributes: ['quality'],
62+
},
63+
},
5864
{
5965
association: 'eorReasons',
66+
attributes: ['description'],
6067
include: {
6168
association: 'reasonType',
6269
},

0 commit comments

Comments
 (0)