datavisyn/tdp_core

MongoDB Functionality does not work with users that are not assigned to a group

Opened this issue · 0 comments

  • Release number or git hash: 49e4534
  • Web browser version and OS: Chrome 91, Linux
  • Environment (local or deployed): Deployed

Steps to reproduce

  1. Open https://ordino-qiagen.dev.app.datavisyn.io/
  2. 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