Skip to content

Commit

Permalink
Merge pull request primefaces#140 from atretyak1985/issue_#116
Browse files Browse the repository at this point in the history
Overview page enhancements primefaces#116
  • Loading branch information
gunnsth authored Feb 27, 2019
2 parents b668899 + 94ffff4 commit 08cf4d2
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 08cf4d2

Please sign in to comment.