Loading
[25.0] Fix multiple file upload to collection creator
Fixes https://github.com/galaxyproject/galaxy/issues/20454 The `if` condition in `addUploadedFiles` in `ListCollectionCreator` was incorrectly flagging uploaded items as invalid if they've already been added to the list once, and the function is called again.