Skip to content

Commit 462b052

Browse files
authored
Merge branch 'master' into adding-warning-tags-to-settings
2 parents 67c5b31 + 967b8ef commit 462b052

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Fixes:
1313
Enterprise 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
1722
Fixes:
1823
- [core] Fix mongo connection url parsing

plugins/push/frontend/public/javascripts/countly.views.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,10 @@
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);

0 commit comments

Comments
 (0)