-
Notifications
You must be signed in to change notification settings - Fork 11
Session gets deleted when trying to access a private process #2160
Comments
May be a duplicate of #1371 |
I'm trying to reproduce this, but, after logging in - both as god and as someone else -, I get the message:
Do I have to do something differently? |
That is exactly the point. As god you should have access. |
The reload problem seems to be fixed. The god access problem will be solved by #2726 |
I am not completely sure whether this has been properly fixed. It might just be a side effect of the workaround we implemented for #2263. |
After disabling the workaround the private process still works. |
See #2151 for previous discussion.
When I try to access a private process created from
src/adhocracy_euth/adhocracy_euth/workflows/test_public_private_process/private.json
with a logged-in, non-god user, I get the expected result. However, when I reload, my session is not valid anymore.If I try the same with a public process in draft state I get the correct result: The session is still valid.
The text was updated successfully, but these errors were encountered: