You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Hi,
I would like to know how to add another column into the notification email or at least append the name into the resource id such as "resource_id":"resource_name". I have tried to modified the method getResourceDisplay in the BasicJanitorEmailBuilder.java:
protected String getResourceDisplay(Resource resource) {
String tag = "Name";
String result = resource.getId() + ":" + resource.getTag(tag);
return result;
}
but in the email it appear to be null:
Is there anyway to do this properly? Thank you very much!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to know how to add another column into the notification email or at least append the name into the resource id such as "resource_id":"resource_name". I have tried to modified the method getResourceDisplay in the BasicJanitorEmailBuilder.java:
but in the email it appear to be null:
Is there anyway to do this properly? Thank you very much!
The text was updated successfully, but these errors were encountered: