[WEB-5668] fix: add fetchWorkspaceLevelProjectEntities method and update project-related fetch keys (#8347)
This commit is contained in:
parent
22339b9786
commit
fc1c7fe235
5 changed files with 61 additions and 36 deletions
|
|
@ -21,4 +21,8 @@ export class UserPermissionStore extends BaseUserPermissionStore implements IUse
|
|||
(workspaceSlug: string, projectId?: string): EUserPermissions | undefined =>
|
||||
this.getProjectRole(workspaceSlug, projectId)
|
||||
);
|
||||
|
||||
fetchWorkspaceLevelProjectEntities = (workspaceSlug: string, projectId: string): void => {
|
||||
void this.store.projectRoot.project.fetchProjectDetails(workspaceSlug, projectId);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue