commit/galaxy-central: guerler: Fix undelete action in quota grid
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4ede9ee8278e/ Changeset: 4ede9ee8278e User: guerler Date: 2014-02-07 04:34:44 Summary: Fix undelete action in quota grid Affected #: 1 file diff -r a2739727943039f4c8f74194491396ffa1299267 -r 4ede9ee8278e18df75a3d79b7a6b133274b058b6 lib/galaxy/actions/admin.py --- a/lib/galaxy/actions/admin.py +++ b/lib/galaxy/actions/admin.py @@ -150,7 +150,7 @@ message += ', '.join( names ) return message - def _undelete_quota( self, quota ): + def _undelete_quota( self, quota, params ): quotas = util.listify( quota ) names = [] for q in quotas: 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