Skip to content

Commit

Permalink
Do not encode id's in method, as it is handled by the return model
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Apr 4, 2024
1 parent 77b2e09 commit 4734d14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/webapps/galaxy/services/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ def _handle_inputs_output_to_api_response(self, trans, tool, target_history, var
output_dict["output_name"] = output_name
rval["implicit_collections"].append(output_dict)

trans.security.encode_all_ids(rval, recursive=True)

# Encoding the job ids is handled by the pydantic model
for job in vars.get("jobs", []):
rval["jobs"].append(job.to_dict(view="collection"))
Expand Down

0 comments on commit 4734d14

Please sign in to comment.