1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/fdb66f9df9de/ changeset: fdb66f9df9de user: dannon date: 2012-05-24 14:18:49 summary: History API undelete bug pointed out by Ed Kirton. Resolves BB Issue #763. affected #: 1 file diff -r e5a406a8345b8933035ec6530643d9078aa74d72 -r fdb66f9df9de8ad9e0ed34f5301f13f06674fa78 lib/galaxy/web/api/histories.py --- a/lib/galaxy/web/api/histories.py +++ b/lib/galaxy/web/api/histories.py @@ -153,7 +153,7 @@ POST /api/histories/deleted/{encoded_quota_id}/undelete Undeletes a quota """ - history = self.get_history( trans, history_id, check_ownership=True, check_accessible=False, deleted=True ) + history = self.get_history( trans, id, check_ownership=True, check_accessible=False, deleted=True ) history.deleted = False trans.sa_session.add( history ) trans.sa_session.flush() 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.