Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing user of one workspace doesn't have transferred data when invited to another workspace #6606

Open
BOHEUS opened this issue Aug 10, 2024 · 1 comment

Comments

@BOHEUS
Copy link
Contributor

BOHEUS commented Aug 10, 2024

Scenario:

  1. Log in as [email protected] to Twenty workspace
  2. Go to Settings > Members and copy invite link
  3. In another browser (or incognito mode if you accessed the workspace in "normal" mode) open copied invite link
  4. Create new account:
  1. Skip syncing data
  2. In window from step 1 open Apple workspace and copy invite link
  3. Repeat step 3

Actual: User (Test Test) created in Twenty workspace doesn't have transferred data

Twenty workspace
image

Apple workspace
image

Expected: Data should be transferred from one workspace to another or prompt asking for first and last name should appear (expected result needs to be decided by @CoreTeamTwenty)

@FelixMalfait
Copy link
Member

FelixMalfait commented Aug 11, 2024

So far we've decided to separate the "user" object which is share from "workspaceMember" object (firstName, lastName) which is unique to each workspace. We should probably copy the data from "user" to the newly created WorkspaceMember yes (but not from workspaceMember1 to workspaceMember2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants