File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
plugins/push/frontend/public/javascripts Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ Fixes:
1313Enterprise Fixes:
1414- [ ldap] Error handling in ldap plugin on search error
1515
16+ Dependencies:
17+ - Bump puppeteer from 24.14.0 to 24.15.0
18+ - Bump mongodb from 6.17.0 to 6.18.0
19+ - Bump supertest from 7.1.3 to 7.1.4
20+
1621## Version 25.03.11
1722Fixes:
1823- [ core] Fix mongo connection url parsing
Original file line number Diff line number Diff line change 11221122 this . setIsLoading ( true ) ;
11231123 countlyPushNotification . service . fetchById ( this . id )
11241124 . then ( function ( response ) {
1125+ //Set default settings
1126+ response . isEe = ( typeof countlySegmentation !== 'undefined' ) ;
1127+ response . isGeo = ( typeof countlyLocationTargetComponent !== 'undefined' ) ;
1128+ response . isCohorts = ( typeof countlyCohorts !== 'undefined' ) ;
11251129 self . setPushNotificationUnderEdit ( response ) ;
11261130 if ( self . userCommand === self . UserCommandEnum . DUPLICATE ) {
11271131 self . setId ( null ) ;
You can’t perform that action at this time.
0 commit comments