Uh oh!
There was an error while loading. Please reload this page.
[PAY-3071][PAY-3072] Fix track listing in manager mode - #8704
Conversation
|
| db = get_db() | ||
| populate_tracks(db) | ||
| populate_tracks(db) |
There was a problem hiding this comment.
Not sure why these tests mostly run outside the app context. But the check for managed users throws if we're not inside one.
There was a problem hiding this comment.
I think python would say JS weird.
| db = get_db() | ||
| populate_tracks(db) | ||
| populate_tracks(db) |
[1a300f1] [PAY-3083] Add user socials in DN (#8706) Saliou Diallo [44aa909] correct default discovery listens behavior (#8724) alecsavvy [6d9eda8] Pin turbo in docker files (#8713) Sebastian Klingler [da787c5] Hotfix: Fix non-purchase access gates (#8711) Marcus Pasell [3f133aa] [PAY-3071][PAY-3072] Fix track listing in manager mode (#8704) Randy Schott [de22da7] ONC: add check for old uploads (#8689) alecsavvy [3ef78ea] [PAY-3070][PAY-3075] Fix a few endpoints incorrectly using current user id (#8687) Randy Schott
Description
This updates the
get_tracksquery to include unlisted tracks whencurrent_user_id == user_idand the current authenticated user is either the owner or an active manager of the owner.fixes PAY-3071
fixes PAY-3072
How Has This Been Tested?
Updated integration tests to verify correct behavior.