-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
status:up for grabsWell-designed tasks that are a good candidate for PRWell-designed tasks that are a good candidate for PRtype:bugSomething isn't workingSomething isn't workingzone:backendMWDB backend core related tasksMWDB backend core related tasks
Description
Environment information
- MWDB version (from
/about): 2.1.1 - Installation method:
- Generic docker-compose
- Dev docker-compose
- Native (from source)
- Other (please explain)
Behaviour the bug (what happened?)
uploaderquery doesn't show samples uploaded by provided user/group. Results include more records than expected
Expected behaviour
uploader:XYZshould show only objects uploaded by user/group XYZ
Reproduction Steps
- Click on
Only uploaded by me - You should see samples that are not uploaded by yourself (check Shares in Detailed view of few samples)
Additional context
Regression is probably related with that change:
v2.0.0...v2.1.1#diff-72bbd8c60cd9a301b605f69265bab6805b46536eb40f351347a224a5389ed766L226
join performs INNER JOIN operation which is not equivalent to joinedload.
Metadata
Metadata
Assignees
Labels
status:up for grabsWell-designed tasks that are a good candidate for PRWell-designed tasks that are a good candidate for PRtype:bugSomething isn't workingSomething isn't workingzone:backendMWDB backend core related tasksMWDB backend core related tasks