Skip to content

Commit

Permalink
#1657 Fix the case attachment section to ignore logs from cancelled t…
Browse files Browse the repository at this point in the history
…asks
  • Loading branch information
nadouani committed Nov 17, 2020
1 parent 1e0a04d commit 5f1bec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/scripts/controllers/case/CaseDetailsCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
operations: [
{ '_name': 'getCase', 'idOrName': $scope.caseId },
{ '_name': 'tasks' },
{ '_name': 'filter', '_ne':{'_field': 'status', '_value': 'Cancel'}},
{ '_name': 'logs' },
]
});
Expand Down

0 comments on commit 5f1bec9

Please sign in to comment.