-
Notifications
You must be signed in to change notification settings - Fork 1
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
Permissions issue #155
Comments
Sounds like this issue would only occur if the project owner changes permissions while project member is in active seesion without reload If you repeat the same action now, the codes-categories behave as expected? |
The issue still persists even after reload. |
Potentially tracked to observer for Edit: |
updated logic for permission checks when creating and deleting code-category edges
If @martin-hajek can check the bugfix with |
Tested and works fine. |
I was invited to join a project. At first I had only a limited number of permissions (standard for a new member).
Then I was granted all permissions. I created a new category without any problems. However, after adding a code to the category, a warning message popped up that I did not have sufficient permissions to make changes to the codes or categories created by others. Nevertheless, the action was executed on the front-end and the code was added to the category.
In the Analysis page, the newly created categories show up but do not filter segments.
After restarting the session the categories still exist but they are empty, without codes. It means that codes were not added to the categories in the database.
The text was updated successfully, but these errors were encountered: