1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/2eb45c152c10/ changeset: 2eb45c152c10 user: greg date: 2011-06-30 20:07:55 summary: Fix a bug in the Galaxy tool shed I just introduced in my last commit. affected #: 1 file (5 bytes) --- a/lib/galaxy/webapps/community/controllers/repository.py Thu Jun 30 12:13:20 2011 -0400 +++ b/lib/galaxy/webapps/community/controllers/repository.py Thu Jun 30 14:07:55 2011 -0400 @@ -143,7 +143,7 @@ # Columns that are valid for filtering but are not visible. EmailColumn( "Email", model_class=model.User, - key="User.email", + key="email", visible=False ), RepositoryCategoryColumn( "Category", model_class=model.Category, 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.