Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Return users in project.all_members() (HumanSignal#5991)
#### Change has impacts in these area(s) _(check all that apply)_ - [x] Backend (API) ### Describe the reason for change project.all_members() returned member ids instead of user ids #### What does this fix? all_members() returns user ids now. #### What is the new behavior? Data manager filters display the correct user list. #### What is the current behavior? Data manager filters displayed empty user items. ![image](https://github.com/HumanSignal/label-studio/assets/501780/67daf1d8-acf9-416e-9efc-9917872be121) ### What level of testing was included in the change? _(check all that apply)_ - [ ] e2e - [ ] integration - [ ] unit
- Loading branch information