David López

Results 104 comments of David López

This issue is not fixed and was last seen at 2025-11-27T20:47:02.783927 https://github.com/galaxyproject/galaxy/actions/runs/19747410438/job/56584317585?pr=21338

I think https://github.com/galaxyproject/galaxy/pull/19017/commits/e14d76a909fb3f334c7e89fe20c35c54da1246a3 will fix these tests https://github.com/galaxyproject/galaxy/actions/runs/11380325900?pr=19017 But I'm not sure what will happen with this piece of code: https://github.com/galaxyproject/galaxy/blob/1a6b7fefd373a7a8f8233c08be6bbe30961b6508/lib/galaxy/model/store/__init__.py#L1000-L1011 Here we cannot associate directly using the id because...

> Here we cannot associate directly using the id because those are new objects (their id is still None) and having the viewonly flag to true will ignore this assignment...

The proper fix is already in https://github.com/galaxyproject/galaxy/pull/19215