commit/galaxy-central: dan: Fix for displaying Category name when browsing toolshed repositories by categories.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6db9ce7e0415/ Changeset: 6db9ce7e0415 Branch: next-stable User: dan Date: 2014-07-31 17:03:27 Summary: Fix for displaying Category name when browsing toolshed repositories by categories. Affected #: 1 file diff -r a12359ac3a8a90f6402f4ec36eb707aa6c5e866f -r 6db9ce7e0415b85ebb833f783458ba6d6e69c242 lib/tool_shed/grids/repository_grid_filter_manager.py --- a/lib/tool_shed/grids/repository_grid_filter_manager.py +++ b/lib/tool_shed/grids/repository_grid_filter_manager.py @@ -27,7 +27,7 @@ return "Certified 2 Repository Suites %s" % trailing_string if filter == self.filters.SUITES: return "Repository Suites %s" % trailing_string - return "%s" % default + return "%s %s" % ( default, trailing_string ) def get_filter( self, trans ): filter = trans.get_cookie( name='toolshedrepogridfilter' ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org