mirror of
https://github.com/makeplane/plane.git
synced 2026-04-25 09:39:10 -05:00
fix: join project permission mutation (#5580)
This commit is contained in:
committed by
GitHub
parent
00b76300f5
commit
bb49d27a84
@@ -239,6 +239,9 @@ export class UserMembershipStore implements IUserMembershipStore {
|
||||
...this.hasPermissionToProject,
|
||||
...newPermissions,
|
||||
};
|
||||
projectIds.forEach((projectId) => {
|
||||
set(this.workspaceProjectsRole, [workspaceSlug, projectId], EUserProjectRoles.MEMBER);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user