Skip to content

Commit

Permalink
Overview page enhancements primefaces#116
Browse files Browse the repository at this point in the history
fix filter user
  • Loading branch information
atretyak1985 committed Feb 27, 2019
1 parent b668899 commit 94ffff4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ export class LoggedinUserListComponent implements OnInit {
this.service.userFiltersState[filter] = true;
this.refresh();
});
} else if (filter === "") {
this.clearContextFilter();
}
} else {
let scrollPos = this.ptable.getScrollPosition();
Expand Down

0 comments on commit 94ffff4

Please sign in to comment.