Skip to content

Commit

Permalink
removing content_hide from invocation page controller
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Apr 11, 2024
1 parent d54fcdd commit f5217db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/webapps/galaxy/controllers/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def create(self, trans, payload=None, **kwd):
title = ""
slug = ""
content = ""
content_hide = True
if "invocation_id" in kwd:
invocation_id = kwd.get("invocation_id")
form_title = f"{form_title} from Invocation Report"
Expand All @@ -63,7 +62,6 @@ def create(self, trans, payload=None, **kwd):
)
title = invocation_report.get("title")
content = invocation_report.get("markdown")
content_hide = False
return {
"title": form_title,
"inputs": [
Expand Down

0 comments on commit f5217db

Please sign in to comment.