Skip to content

Commit

Permalink
#77 remove locked users from users list box
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 9, 2017
1 parent b9a1d37 commit f7d59ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/app/scripts/directives/updatableUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
'link': function(scope, element, attrs, ctrl, transclude) {
UtilsSrv.updatableLink(scope, element, attrs, ctrl, transclude);
scope.userList = PSearchSrv(undefined, 'user', {
baseFilter: {
'status': 'Ok'
},
loadAll: true,
sort: '+name'
});
Expand Down

0 comments on commit f7d59ca

Please sign in to comment.