issue: ENG-7793
We don't want users to be able to add users to community roots - invite links should be used instead.
Details
Details
[for non-community-root] Tested that for chats the "Add members" button still navigates to "Add members" modal.
[for community root] Tested that if invite link exists, "Add members" button navigates to "Invite link" modal.
[for community root] Tested that if invite link doesn't exist, but user has permissions to create one, "Add members" button navigates to "Manage invite links" modal.
[for community root] Tested that if invite link doesn't exist and the user doesn't have premissions to creat it, the button is disabled.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/userStore
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Since we don't want the users to be able to add users to community roots, we probably want to
Seems like the summary is incomplete
web/modals/threads/members/members-modal.react.js | ||
---|---|---|
151–154 | It is a little confusing to call a hook like this |
Comment Actions
- The invite link doesn't exist but user can create it
- The invite link does exist
- The invite link doesn't exist and the user cannot create it