Skip to content

Commit f611bee

Browse files
authored
Merge pull request #6930 from Countly/conc-alert
Concurrent users alert fixes
2 parents 1d59784 + 6720264 commit f611bee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Fixes:
44

55
Enterprise Fixes:
66
- [surveys] Handle multiple survey submission from same user based on survey visibility
7+
- [concurrent_users] Fix alert threshold comparison
78

89
## Version 25.03.26
910
Fixes:

plugins/alerts/frontend/public/javascripts/countly.models.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
compareValue: list[j].users,
570570
compareValue2: list[j].minutes,
571571
alertValues: list[j].email,
572-
createdByUser: "-",
572+
createdByUser: list[j].createdByUser || '-',
573573
_canUpdate: countlyAuth.validateUpdate(
574574
FEATURE_NAME,
575575
countlyGlobal.member,

0 commit comments

Comments
 (0)