get the calculated start nodes
This commit is contained in:
@@ -57,6 +57,12 @@ export class UmbUserWorkspaceContext
|
||||
}
|
||||
|
||||
this.observe(asObservable(), (user) => this.onUserStoreChanges(user), 'umbUserStoreObserver');
|
||||
|
||||
const { data: calculatedStartNodes } = await this.detailRepository.requestCalculateStartNodes(unique);
|
||||
|
||||
if (calculatedStartNodes) {
|
||||
console.log('calculatedStartNodes', calculatedStartNodes);
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO: some properties are allowed to update without saving.
|
||||
|
||||
Reference in New Issue
Block a user