[
https://issues.apache.org/jira/browse/EAGLE-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267635#comment-15267635
]
ASF GitHub Bot commented on EAGLE-289:
--------------------------------------
GitHub user pkuwm opened a pull request:
https://github.com/apache/incubator-eagle/pull/170
EAGLE-289: Fix $elem["dataSource"] in alert email
It seems that the file
eagle-core/eagle-alert/eagle-alert-process/src/main/resources/ALERT_DEFAULT.vm
is deleted in dev branch, but it is still in master branch. So we still need to
fix it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pkuwm/incubator-eagle master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/170.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #170
----
commit 831102996570b87a83cdb6fb19fd6fe8e5af56a3
Author: Lu <[email protected]>
Date: 2016-05-02T22:26:42Z
EAGLE-289: Fix $elem["dataSource"] in alert email
----
> $elem["dataSource"] in alert email
> ----------------------------------
>
> Key: EAGLE-289
> URL: https://issues.apache.org/jira/browse/EAGLE-289
> Project: Eagle
> Issue Type: Bug
> Affects Versions: v0.3.0
> Reporter: Huizhi Lu
> Original Estimate: 4m
> Remaining Estimate: 4m
>
> In alert emails, $elem["dataSource"] is not available because we change it to
> "application". So the code should be $elem["application"]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)