I am still having issues after applying the patch #7. Is there any update on this issue?
Regards
I'm setting up a course system where each group will be a course and there will be two roles, teacher (with management permissions) & student (with limited permissions). The problem I've noticed is that if caches are rebuilt and the student (with limited role) views the group first, then the local-actions block (with the actions like "+ Create Node") and the local-tasks tabs (for edit, delete, members, etc) aren't show when the teacher goes to view the group, because these two blocks are cached without the group_membership.roles.permissions
context. This is shown in this screenshot:
Similarly, if a user with the elevated role views the group first, then the tabs will be displayed to users with the restricted role even though the extra tabs:
Steps to reproduce:
I have created a patch that fixes this issue. This is related to #2778865: Core local tasks block doesn't show "Related Entities" tabs when user's group role (permissions) are changed β and hopefully this fix should also fix that issue.
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am still having issues after applying the patch #7. Is there any update on this issue?
Regards