get the calculated start nodes

This commit is contained in:
Mads Rasmussen
2024-06-18 12:45:01 +02:00
parent bc285b04ba
commit fdf501bc5d

View File

@@ -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.