Skip to content

Commit 45a28cb

Browse files
authored
Merge branch 'master' into drill-srv
2 parents 4725bec + 041e618 commit 45a28cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Fixes:
33
- [alerts] Fix: Migrate alerts to the new events model
44
- [oidc] Fix for session state storage
5+
- [applications] Persist newly created app after page reload
56

67
Enterprise Fixes:
78
- [users] Update user custom field number formatting

frontend/express/public/core/app-management/javascripts/countly.views.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@
394394
});
395395
self.$store.dispatch("countlyCommon/addToAllApps", data);
396396
self.$store.dispatch("countlyCommon/updateActiveApp", data._id + "");
397+
countlyCommon.setActiveApp(data._id);
397398
if (self.firstApp) {
398399
countlyCommon.ACTIVE_APP_ID = data._id + "";
399400
app.onAppManagementSwitch(data._id + "", data && data.type || "mobile");
@@ -892,4 +893,4 @@
892893
return countlyGlobal.timezones;
893894
}
894895
};
895-
})();
896+
})();

0 commit comments

Comments
 (0)