Skip to content

Commit

Permalink
Merge pull request #19561 from davelopez/24.2_fix_open_saved_visualiz…
Browse files Browse the repository at this point in the history
…ations

[24.2] Fix saved visualization (non-trackster ones) not displaying
  • Loading branch information
mvdbeek authored Feb 6, 2025
2 parents bf1e65a + a870f1b commit 6e7f487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def populate_api_routes(webapp, app):
"/plugins/visualizations/{visualization_name}/saved",
controller="visualization",
action="saved",
conditions={"method": ["POST"]},
conditions={"method": ["GET"]},
)
# Deprecated in favor of POST /api/workflows with 'workflow' in payload.
webapp.mapper.connect(
Expand Down

0 comments on commit 6e7f487

Please sign in to comment.