Skip to content

Commit

Permalink
Disable data contents in Reportal Success Email (#278)
Browse files Browse the repository at this point in the history
To protect data privacy, we propose to disable data/file contents in the Reportal success Email. Users are still able to see and click the data links, displayed in the emails.
  • Loading branch information
kunkun-tang authored Feb 8, 2018
1 parent 901a348 commit 84ab277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public boolean createSuccessEmail(ExecutableFlow flow, EmailMessage message,
Set<String> emailList = new HashSet<String>(option.getSuccessEmails());

return createEmail(flow, emailList, message, "Success", azkabanName,
scheme, clientHostname, clientPortNumber, true);
scheme, clientHostname, clientPortNumber, false);
}

private boolean createEmail(ExecutableFlow flow, Set<String> emailList,
Expand Down

0 comments on commit 84ab277

Please sign in to comment.