We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d4cf3 + 81f0d0c commit 967b8efCopy full SHA for 967b8ef
plugins/push/frontend/public/javascripts/countly.views.js
@@ -1122,6 +1122,10 @@
1122
this.setIsLoading(true);
1123
countlyPushNotification.service.fetchById(this.id)
1124
.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');
1129
self.setPushNotificationUnderEdit(response);
1130
if (self.userCommand === self.UserCommandEnum.DUPLICATE) {
1131
self.setId(null);
0 commit comments