Skip to content

Commit

Permalink
#1649 Fix the query used to list attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 18, 2020
1 parent f0daab7 commit 515c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/scripts/controllers/case/CaseDetailsCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version: 'v1',
loadAll: false,
filter: {
'_contains': 'attachment'
'_contains': 'attachment.id'
},
extraData: ['taskId'],
pageSize: 100,
Expand Down

0 comments on commit 515c75e

Please sign in to comment.