1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/07f3f601d645/ changeset: 07f3f601d645 user: dan date: 2011-10-28 17:38:55 summary: Fix for refresh on change in workflow run interface triggering actual running of workflow. affected #: 1 file diff -r 9a6e51c4efeb1b901cb4cc5b2c494577b5f11ad8 -r 07f3f601d645f07b76b196879ecd6d1c68c5b5d4 lib/galaxy/web/controllers/workflow.py --- a/lib/galaxy/web/controllers/workflow.py +++ b/lib/galaxy/web/controllers/workflow.py @@ -1480,10 +1480,10 @@ trans.sa_session.add( workflow_invocation ) invocations.append({'outputs': outputs, 'new_history': new_history}) - trans.sa_session.flush() - return trans.fill_template( "workflow/run_complete.mako", - workflow=stored, - invocations=invocations ) + trans.sa_session.flush() + return trans.fill_template( "workflow/run_complete.mako", + workflow=stored, + invocations=invocations ) else: # Prepare each step missing_tools = [] 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.