Skip to content

Commit

Permalink
Remove generic formbuilder controller redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 1, 2017
1 parent dad11b8 commit a54f489
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/galaxy/web/framework/webapp.py
Expand Up @@ -33,7 +33,6 @@
from galaxy.util.sanitize_html import sanitize_html
from galaxy.web.framework import (
base,
formbuilder,
helpers,
url_for
)
Expand Down Expand Up @@ -103,8 +102,6 @@ def handle_controller_exception(self, e, trans, **kwargs):
return trans.show_message(sanitize_html(e.err_msg), e.type)

def make_body_iterable(self, trans, body):
if isinstance(body, formbuilder.FormBuilder):
body = trans.show_form(body)
return base.WebApplication.make_body_iterable(self, trans, body)

def transaction_chooser(self, environ, galaxy_app, session_cookie):
Expand Down

0 comments on commit a54f489

Please sign in to comment.