Skip to content

Commit 0e8b5f1

Browse files
author
NarrowsProjects
committed
runs patch
1 parent ccd12f9 commit 0e8b5f1

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

lib/server/views/runs/summary.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ export const runSummary = {
5454
include: [
5555
{ association: 'runType', attributes: ['name'] },
5656
{ association: 'tags', attributes: ['text', 'id'] },
57-
{ association: 'lhcFill', attributes: [] },
58-
{ association: 'detectors', attributes: ['name'] },
5957
{
6058
association: 'eorReasons',
6159
attributes: ['description'],

lib/usecases/run/GetAllRunsUseCase.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,9 +529,7 @@ class GetAllRunsUseCase {
529529
] },
530530
include: [
531531
{ association: 'effectivePeriods', required: true, separate: true, attributes: ['from', 'to'] },
532-
{ association: 'flagType', attributes: ['name'] },
533-
{ association: 'detector', required: true },
534-
{ association: 'createdBy' },
532+
{ association: 'detector', attributes: ['name'], required: true },
535533
],
536534
};
537535

0 commit comments

Comments
 (0)