1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ac8f6516735f/ Changeset: ac8f6516735f User: greg Date: 2013-04-19 20:45:13 Summary: Enhance the Repositories that contain tools with invalid functional tests grid to allow for sorting by repository owner. Affected #: 1 file diff -r dd4b953f5fadb58ff427a716088c4b664ceb694e -r ac8f6516735f7c68859e3f0cd124e19b39c77ac7 lib/tool_shed/grids/repository_review_grids.py --- a/lib/tool_shed/grids/repository_review_grids.py +++ b/lib/tool_shed/grids/repository_review_grids.py @@ -387,7 +387,9 @@ attach_popup=False ), RepositoriesWithoutReviewsGrid.WithoutReviewsRevisionColumn( "Revisions for review" ), RepositoriesWithoutReviewsGrid.UserColumn( "Owner", - attach_popup=False ) + model_class=model.User, + attach_popup=False, + key="User.username" ) ] columns.append( grids.MulticolFilterColumn( "Search repository name, description", cols_to_filter=[ columns[ 0 ], columns[ 1 ] ], 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.