commit/galaxy-central: dan: Fix for automatic population of history name when running a workflow and sending results to a new history.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ef31ebe84aae/ Changeset: ef31ebe84aae User: dan Date: 2014-01-24 18:05:11 Summary: Fix for automatic population of history name when running a workflow and sending results to a new history. Affected #: 1 file diff -r 5b85de149657c2d9bbb3163db6ced3bb23fbfbc0 -r ef31ebe84aaef0998f2c2d828c8b10352d33de85 templates/webapps/galaxy/workflow/run.mako --- a/templates/webapps/galaxy/workflow/run.mako +++ b/templates/webapps/galaxy/workflow/run.mako @@ -603,7 +603,7 @@ %if history_id is None: <p id='new_history_p'><input type="checkbox" name='new_history' value="true" id='new_history_cbx'/><label for='new_history_cbx'>Send results to a new history </label> - <span id="new_history_input">named: <input type='text' name='new_history_name' value='${h.to_unicode( workflow.name )}'/></span> + <span id="new_history_input">named: <input type='text' name='new_history_name' value='${ h.to_unicode( workflow.name ) | h }'/></span></p> %endif <input type="submit" class="btn btn-primary" name="run_workflow" value="Run workflow" /> 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