add attachment new filter to only relevant timeline

remotes/origin/4.0rc
Álex Hermida 2018-10-22 13:36:58 +02:00 committed by Alex Hermida
parent f6168dc772
commit cb98a5840d
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class TimelineViewSet(ReadOnlyListViewSet):
userstories.userstory.change, userstories.userstory.change,
epics.epic.change, epics.epic.change,
wiki.wikipage.change}'::text[]) wiki.wikipage.change}'::text[])
OR data->'values_diff'->'attachments'->>'new' = '[]'
) )
"""]) """])