1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6f15c9e850ab/ changeset: 6f15c9e850ab user: natefoo date: 2012-06-08 19:52:06 summary: Fix API history undelete, issue #763. affected #: 1 file diff -r d69ccbd53ea295e0a4ad0068317bf7238eb1f3b8 -r 6f15c9e850ab60fa027f0eccd445aad69c45eef9 lib/galaxy/web/api/histories.py --- a/lib/galaxy/web/api/histories.py +++ b/lib/galaxy/web/api/histories.py @@ -153,6 +153,7 @@ POST /api/histories/deleted/{encoded_quota_id}/undelete Undeletes a quota """ + history_id = id history = self.get_history( trans, history_id, check_ownership=True, check_accessible=False, deleted=True ) history.deleted = False trans.sa_session.add( history ) 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.