commit/galaxy-central: guerler: ToolForm: Fix configuration flag
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/01c1ca281fba/ Changeset: 01c1ca281fba User: guerler Date: 2015-01-27 23:31:20+00:00 Summary: ToolForm: Fix configuration flag Affected #: 2 files diff -r 98fd2a336caa70166c26e005f7198369b97e1645 -r 01c1ca281fba5d2fc38f7fcaec30c7c358bcf268 config/galaxy.ini.sample --- a/config/galaxy.ini.sample +++ b/config/galaxy.ini.sample @@ -759,7 +759,7 @@ # -- Beta features # Use new tool form -#toolform_upgrade = False +toolform_upgrade = True # Enable Galaxy to communicate directly with a sequencer #enable_sequencer_communication = False diff -r 98fd2a336caa70166c26e005f7198369b97e1645 -r 01c1ca281fba5d2fc38f7fcaec30c7c358bcf268 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -4,7 +4,7 @@ ${h.css('base', 'jquery-ui/smoothness/jquery-ui')} ## skip new tool form code if disabled -##%if trans.app.config.get('toolform_upgrade', False): +##%if util.string_as_bool(trans.app.config.get('toolform_upgrade', False)): <% ## TEMPORARY: create tool dictionary in mako while both tool forms are in use. ## This avoids making two separate requests since the classic form requires the mako anyway. 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