MongoDB Functionality does not work with users that are not assigned to a group
dvvanessastoiber opened this issue · 0 comments
dvvanessastoiber commented
- Release number or git hash: 49e4534
- Web browser version and OS: Chrome 91, Linux
- Environment (local or deployed): Deployed
Steps to reproduce
- Open https://ordino-qiagen.dev.app.datavisyn.io/
- Save a session or a named set
Observed behavior
- An error in the frontend appears, pointing to
const groupName = data.get('permission_group_name').toString();
- This is caused by users that are not assigned to groups
Expected behavior
- Saving a session or a named set is possible for all users