Skip to content

Commit

Permalink
#1438 Fix my cases quick filter in case list
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 16, 2020
1 parent c7f8ec1 commit 13f496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/scripts/controllers/case/CaseListCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
.then(function() {
var currentUser = AuthenticationSrv.currentUser;
self.filtering.addFilter({
field: 'owner',
field: 'assignee',
type: 'user',
value: {
list: [{
Expand All @@ -175,7 +175,7 @@
.then(function() {
var currentUser = AuthenticationSrv.currentUser;
self.filtering.addFilter({
field: 'owner',
field: 'assignee',
type: 'user',
value: {
list: [{
Expand Down

0 comments on commit 13f496f

Please sign in to comment.