chore: sub issue mutation for state and project change (#3442)
* chore: sub-issues mutation * chore: posthog un commented
This commit is contained in:
parent
d9db765ae3
commit
c1e1b81b99
9 changed files with 146 additions and 46 deletions
|
|
@ -89,6 +89,9 @@ export class IssueStore implements IIssueStore {
|
|||
// fetch issue relations
|
||||
this.rootIssueDetailStore.relation.fetchRelations(workspaceSlug, projectId, issueId);
|
||||
|
||||
// fetching states
|
||||
this.rootIssueDetailStore.rootIssueStore.state.fetchProjectStates(workspaceSlug, projectId);
|
||||
|
||||
return issue;
|
||||
} catch (error) {
|
||||
throw error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue