Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amcclain committed Sep 18, 2018
2 parents 7e8daf9 + 4d5b9b2 commit 9a8f01d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class UserAdminController extends BaseController {

BaseUserService userService

def index() {
renderJSON(userService.list(false))
def index(boolean activeOnly) {
renderJSON(userService.list(activeOnly))
}

}

0 comments on commit 9a8f01d

Please sign in to comment.