Skip to content

Commit

Permalink
make all filter list plugins in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Nov 30, 2012
1 parent 5bb9ce5 commit d6028d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/services/org/grails/plugin/PluginService.groovy
Expand Up @@ -60,6 +60,7 @@ class PluginService {
} }


def listAllPluginsWithTotal(Map args = [max: 200]) { def listAllPluginsWithTotal(Map args = [max: 200]) {
args.sort = "name"
return [ Plugin.list(args), Plugin.count() ] return [ Plugin.list(args), Plugin.count() ]
} }


Expand Down

0 comments on commit d6028d2

Please sign in to comment.