commit/galaxy-central: guerler: ToolForm: Temporary tool form activation.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/05f112a611b6/ Changeset: 05f112a611b6 User: guerler Date: 2014-10-08 19:50:57+00:00 Summary: ToolForm: Temporary tool form activation. Affected #: 2 files diff -r a979bd1bb19498aa93eb7da56f7a392bea14dfaa -r 05f112a611b683c82acd6f5c4918cff299daf2c5 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -1235,7 +1235,7 @@ requires_setting_metadata = True default_tool_action = DefaultToolAction dict_collection_visible_keys = ( 'id', 'name', 'version', 'description' ) - default_template = 'tool_form.mako' + default_template = 'tool_form.api.mako' def __init__( self, config_file, root, app, guid=None, repository_id=None ): """Load a tool from the config named by `config_file`""" diff -r a979bd1bb19498aa93eb7da56f7a392bea14dfaa -r 05f112a611b683c82acd6f5c4918cff299daf2c5 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -1,4 +1,4 @@ -<%inherit file="/base.mako"/> +##<%inherit file="/base.mako"/><%namespace file="/message.mako" import="render_msg" /><%namespace file="/base_panels.mako" import="overlay" /> 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