File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
frontend/express/public/core/app-management/javascripts Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22Fixes:
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
67Enterprise Fixes:
78- [ users] Update user custom field number formatting
Original file line number Diff line number Diff line change 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" ) ;
892893 return countlyGlobal . timezones ;
893894 }
894895 } ;
895- } ) ( ) ;
896+ } ) ( ) ;
You can’t perform that action at this time.
0 commit comments