1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/ef6295bd2712/ changeset: ef6295bd2712 user: natefoo date: 2011-10-03 16:40:36 summary: Fix for Python 2.4. affected #: 1 file (-1 bytes) --- a/lib/galaxy/web/controllers/admin.py Fri Sep 30 18:38:30 2011 -0400 +++ b/lib/galaxy/web/controllers/admin.py Mon Oct 03 10:40:36 2011 -0400 @@ -311,7 +311,7 @@ columns = [ NameColumn( "Name", key="name", - link=( lambda item: dict( operation="Manage users and groups", id=item.id, webapp="galaxy" ) if not item.default else dict( operation="Change amount", id=item.id, webapp="galaxy" ) ), + link=( lambda item: dict( operation="Change amount", id=item.id, webapp="galaxy" ) ), model_class=model.Quota, attach_popup=True, filterable="advanced" ), 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.