Skip to content

Commit

Permalink
Merge pull request #590 from digital-land/rosado/588-include-ds-info-…
Browse files Browse the repository at this point in the history
…severity

fix: don't filter out issues with 'info' severity
  • Loading branch information
rosado authored Oct 31, 2024
2 parents 00281c8 + 6a6463a commit fb34a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/performanceDbApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ LEFT OUTER JOIN
entity_counts ec ON ec.resource = rle.resource AND ec.dataset = rle.pipeline
WHERE
REPLACE(rle.organisation, '-eng', '') = '${lpa}'
AND (i.severity is NULL OR i.severity not in ('info'))
${datasetClause}
ORDER BY
rle.organisation,
Expand Down

0 comments on commit fb34a92

Please sign in to comment.