Skip to content

Commit

Permalink
Merge pull request #5170 from jmchilton/workflow_list
Browse files Browse the repository at this point in the history
Another fix for 404 on /workflow.
  • Loading branch information
dannon committed Dec 8, 2017
2 parents b99180c + 4b0a4d3 commit 5ad4f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/workflow/editor.mako
Expand Up @@ -19,7 +19,7 @@
'rename_async' : h.url_for( controller='workflow', action='rename_async', id=trans.security.encode_id(stored.id) ),
'annotate_async' : h.url_for( controller='workflow', action='annotate_async', id=trans.security.encode_id(stored.id) ),
'get_new_module_info' : h.url_for( controller='workflow', action='get_new_module_info' ),
'workflow_index' : h.url_for( controller='workflow', action='index' ),
'workflow_index' : h.url_for( '/workflows/list' ),
'save_workflow' : h.url_for( controller='workflow', action='save_workflow' ),
'workflow_save_as' : h.url_for( controller='workflow', action='save_workflow_as')
},
Expand Down

0 comments on commit 5ad4f57

Please sign in to comment.