commit/galaxy-central: dannon: Workflows: Add run workflow directly to the editor's menu.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/3c32b4a448c6/ changeset: 3c32b4a448c6 user: dannon date: 2012-03-08 20:05:40 summary: Workflows: Add run workflow directly to the editor's menu. affected #: 1 file diff -r 796d08ce13d092321a1c629fcb66ea225676da99 -r 3c32b4a448c6d042d39eb2225ddfe2476a18de0f templates/workflow/editor.mako --- a/templates/workflow/editor.mako +++ b/templates/workflow/editor.mako @@ -236,6 +236,9 @@ make_popupmenu( $("#workflow-options-button"), { "Save" : save_current_workflow, + "Run": function() { + window.location = "${h.url_for( controller='root', action='index', workflow_id=trans.security.encode_id(stored.id))}"; + }, ##"Create New" : create_new_workflow_dialog, "Edit Attributes" : edit_workflow_attributes, ##"Edit Workflow Outputs": edit_workflow_outputs, 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)
-
Bitbucket