@ibiz-template/model-helper 0.7.10 → 0.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -16552,6 +16552,9 @@ var ModelHelper = class {
|
|
|
16552
16552
|
const appViews = appSourceModel.getAllPSAppViews;
|
|
16553
16553
|
appViews.forEach((appView) => {
|
|
16554
16554
|
ibiz.hub.setAppView(appView.id, appSourceModel.id, appView.priority);
|
|
16555
|
+
if (appView.defaultPage === true) {
|
|
16556
|
+
ibiz.hub.defaultPage = appView;
|
|
16557
|
+
}
|
|
16555
16558
|
});
|
|
16556
16559
|
}
|
|
16557
16560
|
if (appSourceModel.getDefaultPSAppIndexView) {
|