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

BUG: When callout is transferred to private space, members of the initial space get error, when try to access the contribution from activity logs #4971

Open
Comoque1 opened this issue Feb 21, 2025 · 0 comments
Labels
Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working Product Discussion server

Comments

@Comoque1
Copy link
Member

Comoque1 commented Feb 21, 2025

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to dev env
  2. Create space 'A'
  3. Create a callout or contribution to a callout using space member
  4. Create private space 'B'
  5. Transfer the callout from space 'A' to space 'B'
  6. Using space 'A' member open activity logs of the space
  7. Click on the contribution - urlResolver error is thrown

Expected behavior
TBD

Additional context
If the target space is public - user doesn't experience issue.

mutation transferCallout($transferData: TransferCalloutInput!) {
  transferCallout(transferData: $transferData) {
    id
    nameID
    isTemplate
    visibility
  }
}

Areas that will be affected as part of the fix
Optional, to be added by developer if relevant

@Comoque1 Comoque1 added Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working server Product Discussion labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Atlas Team Issues and Epics worked on by team Atlas bug Something isn't working Product Discussion server
Projects
None yet
Development

No branches or pull requests

1 participant