We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7723b34 commit cbb6267Copy full SHA for cbb6267
1 file changed
server/src/com/mirth/connect/server/alert/Alert.java
@@ -56,6 +56,7 @@ public Map<String, Object> createContext() {
56
context.put("alertId", model.getId());
57
context.put("alertName", model.getName());
58
context.put("serverId", ConfigurationController.getInstance().getServerId());
59
+ context.put("serverName", ConfigurationController.getInstance().getServerName());
60
context.put("date", new DateTool());
61
62
return context;
0 commit comments