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

New user unable to access the "My Sites" page #710

Closed
SRGDamia1 opened this issue Mar 5, 2024 · 3 comments
Closed

New user unable to access the "My Sites" page #710

SRGDamia1 opened this issue Mar 5, 2024 · 3 comments

Comments

@SRGDamia1
Copy link
Member

Split from #709

image

Could this be the guilty line:

.followed_by(user_id=self.request.user.id)

@ptomasula
Copy link
Member

I think one is just a side effect of #708. Like one among a number of side effects, so I'll work on resolving #708 ASAP.

The followed_by logic has not changed and that is still controlled on an account basis. I think line 89 is a more likely candidate, but I'll dig into this.

.deployed_by(organization_ids=self.request.user.organization_id)

@ptomasula
Copy link
Member

@SRGDamia1 I resolved #708, so this issue should now also be resolved. Let me know if you are still seeing issues.

@SRGDamia1
Copy link
Member Author

Great, works for me now!

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

No branches or pull requests

3 participants