Unverified Commit a1c9dc65 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #19574 from mvdbeek/allow_unused_query_params_workflow_export

[24.2] Allow unused query params in ``workflows/export_to_file``
parents ea353eee 574f090f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ class WorkflowController(BaseUIController, SharableMixin, UsesStoredWorkflowMixi
        return self._workflow_to_dict(trans, stored)

    @web.json_pretty
    def export_to_file(self, trans, id):
    def export_to_file(self, trans, id, **kwds):
        """
        Get the latest Workflow for the StoredWorkflow identified by `id` and
        export it to a JSON file that can be imported back into Galaxy.