-
Notifications
You must be signed in to change notification settings - Fork 43
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
Autoprovisioning project is not accessible #57
Comments
|
|
When I open this project link https://waldur.mif/projects/c0f3b97fbb254d3ebcfd9193e40b4915/ into another browser tab - the same error message. |
No projects are shown in Projects tab for an user. |
So role is created for non existent project. |
ok, thanks, we'll investigate |
Just hypothesis - because this user were many times deleted/recreated, probably it finds internally a project created on first time and use it as object but it is marked as deleted in DB. |
I tested with another user and it works OK, so it should be related with previous (deleted) instance of an user. Some fantom user project still in DB, but reused for an user. |
projects = structure_models.Project.objects.filter(name='f:456e9c32-e691-42b1-9d67-04ff17f81ecf:rona1043') So it is really in removed state (is_removed=True). |
In 7.3.0 when autoprovisioning the private project is not accessible, even if an user is project administrator.
Page with message "You've either entered invalid URL or don't have enough permissions to view this page." is shown.
The same for organisation page.
The text was updated successfully, but these errors were encountered: