File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
WHEN stat .state :: text = ' reopen requested' :: text THEN ' Verzoek tot heropenen' :: text
25
25
WHEN stat .state :: text = ' reaction requested' :: text THEN ' Reactie gevraagd' :: text
26
26
WHEN stat .state :: text = ' reaction received' :: text THEN ' Reactie ontvangen' :: text
27
+ WHEN stat .state :: text = ' forward to external' :: text THEN ' Doorgezet naar extern' :: text
27
28
WHEN stat .state :: text = ' ' :: text THEN ' Leeg' :: text
28
29
ELSE NULL :: text
29
30
END AS status
32
33
JOIN signals_status stat ON sig .status_id = stat .id
33
34
JOIN signals_categoryassignment cas ON sig .category_assignment_id = cas .id
34
35
JOIN signals_category subcat ON subcat .id = cas .category_id
35
- JOIN signals_category maincat ON maincat .id = subcat .parent_id
36
+ JOIN signals_category maincat ON maincat .id = subcat .parent_id
You can’t perform that action at this time.
0 commit comments