Merge "Show all held changes in held-changes view"

This commit is contained in:
Jenkins 2015-07-02 23:42:05 +00:00 committed by Gerrit Code Review
commit 9d6dba47b4
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ class App(object):
elif keymap.CHANGE_SEARCH in commands:
self.searchDialog()
elif keymap.LIST_HELD in commands:
self.doSearch("status:open is:held")
self.doSearch("is:held")
elif key in self.config.dashboards:
d = self.config.dashboards[key]
view = view_change_list.ChangeListView(self, d['query'], d['name'])