mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00: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