You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/alerts/frontend/public/javascripts/countly.models.js
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,17 @@
227
227
ret.segments=eventData.segments;
228
228
}
229
229
}
230
+
for(varkeyinret.segments){
231
+
//Copy all containing : to . This is hotfix for cases when we have '.' in key. Will not distinguish in case there is '.' and ":" in same structure key.
0 commit comments