galaxy-dist commit 74620fac33c7: bug fix caused by the prev commit.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User rc # Date 1289178573 18000 # Node ID 74620fac33c74b60c0a2faa69364dea0115e8815 # Parent 328b57b1e2e53cbc9ab208379cdd3dc0864f3cc4 bug fix caused by the prev commit. --- a/lib/galaxy/web/controllers/requests_admin.py +++ b/lib/galaxy/web/controllers/requests_admin.py @@ -664,6 +664,8 @@ class RequestsAdmin( BaseController, Use if not err_msg: message = "%i datasets have been queued for transfer from the sequencer. Click the Refresh button above to monitor the transfer status." % len( selected_sample_datasets ) status = "done" + else: + status = 'error' return trans.response.send_redirect( web.url_for( controller='requests_admin', action='manage_datasets', sample_id=trans.security.encode_id( sample.id ),
participants (1)
-
commits-noreply@bitbucket.org