Skip to content

Commit

Permalink
Merge pull request #90 from diggyk/master
Browse files Browse the repository at this point in the history
Optimize query on landing page
  • Loading branch information
leojli committed Nov 9, 2015
2 parents a447d6f + c969818 commit 27b92e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hermes/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.5"
__version__ = "0.5.6"
2 changes: 1 addition & 1 deletion hermes/webapp/src/js/services/hermesService.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

var url;
if (options['overviewOnly']) {
url = "/api/v1/quests?filterClosed=true&progressInfo=true&limit=all"
url = "/api/v1/quests?filterClosed=true&limit=all"
} else {
url = "/api/v1/quests?filterClosed=true&progressInfo=true&expand=hosts&expand=labors&limit=all";
}
Expand Down

0 comments on commit 27b92e0

Please sign in to comment.