Skip to content

Commit

Permalink
fix: fix missing topology details in notification send history
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 2, 2024
1 parent a551b19 commit 201b9e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/021_notification.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ UNION
LEFT JOIN (
SELECT
id,
name
FROM topologies
name,
icon
FROM components
) component ON component.id = nsh.resource_id
WHERE nsh.source_event like 'component.%'
UNION
Expand Down

0 comments on commit 201b9e3

Please sign in to comment.