Export of supporters includes tags
This commit is contained in:
parent
3fe911287a
commit
4cd4d946c7
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ UNION DISTINCT
|
|||
.as("supporter_note_query")
|
||||
|
||||
expr.add_left_join(supporter_note_query, 'supporter_note_query.supporter_id=supporters.id')
|
||||
selects = selects.concat(["supporter_note_query.notes AS notes"])
|
||||
selects = selects.concat(["supporter_note_query.notes AS notes"]).concat(["ARRAY_TO_STRING(tags.names, ',') as tags"])
|
||||
|
||||
|
||||
expr.select(selects)
|
||||
|
|
Loading…
Reference in a new issue