karrot-dev/karrot-frontend

duplicate display of activities

Closed this issue · 1 comments

Two groups have reported activities show as duplicated on the main group activity view (and maybe ok on the place activities view).

Aha, I have seen it with my own eyes now :)

... the API itself is returning a duplicate, 270817...:

duplicateids

My guess would be that the query does some joining, but does not make it distinct by activity...

... although, it is not always doing this. reloading the page shows only one... I had just joined the other one... needs some experimentation...

Update: aha, it is deterministic, and it's when selecting "with free slots" it can duplicate them.