Skip to content

Commit aeeaf61

Browse files
committed
[alerts] Add created by user for concurrent user alerts
1 parent 1d59784 commit aeeaf61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)