1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Merge branch 'master' into revert-13047-revert-13043-fix/updating-users-via-public-api

This commit is contained in:
Michael Drury 2024-02-15 16:26:31 +00:00 committed by GitHub
commit 19a5fa2776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1521 deletions

File diff suppressed because it is too large Load diff

View file

@ -92,12 +92,13 @@ const resetBuilderHistory = () => {
export const initialise = async pkg => {
const { application } = pkg
// must be first operation to make sure subsequent requests have correct app ID
appStore.syncAppPackage(pkg)
await Promise.all([
appStore.syncAppRoutes(),
componentStore.refreshDefinitions(application?.appId),
])
builderStore.init(application)
appStore.syncAppPackage(pkg)
navigationStore.syncAppNavigation(application?.navigation)
themeStore.syncAppTheme(application)
screenStore.syncAppScreens(pkg)