mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #16126 from mvdbeek/rerun_dce_fix
[23.0] Fix sort error when re-running job with DCE collection input
This commit is contained in:
@@ -2493,7 +2493,7 @@ class DataCollectionToolParameter(BaseDataToolParameter):
|
||||
d["options"]["hdca"].append(
|
||||
{
|
||||
"id": trans.security.encode_id(dce.id),
|
||||
"hid": None,
|
||||
"hid": -1,
|
||||
"name": dce.element_identifier,
|
||||
"src": "dce",
|
||||
"tags": [],
|
||||
|
||||
Reference in New Issue
Block a user