-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Steps to reproduce
2 user accounts used: bobby (the owner) and mary (a contributor)
- As bobby
-
Create a broadcast with 2 rounds:
http -A bearer -a lip_bobby POST http://localhost:8080/broadcast/new name=Testing
TOUR_ID=keWiXSoM http -A bearer -a lip_bobby POST http://localhost:8080/broadcast/$TOUR_ID/new name=round1 http -A bearer -a lip_bobby POST http://localhost:8080/broadcast/$TOUR_ID/new name=round2
-
In the UI, add mary as a member/contributor
-
- As mary
- Get your rounds
One of the 2 rounds is missing
http -A bearer -a lip_mary http://localhost:8080/api/broadcast/my-rounds
- Get your rounds
In the mongodb study collection, mary is added a member but is missing from the uids of the other document. Manually adding mary to uids causes the round to be included in the my-rounds response.
Metadata
Metadata
Assignees
Labels
No labels