fixed message to be sent to group administrators
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@134326 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
aa347fe109
commit
b756a0e266
|
@ -27,8 +27,8 @@ public class AssociationToGroupAndNotifyThread extends Thread {
|
|||
|
||||
private static final Logger logger = LoggerFactory.getLogger(AssociationToGroupAndNotifyThread.class);
|
||||
private static final String PRODUCT_ASSOCIATED_TO_GROUP_SUBJECT = "Product $PRODUCT added to group $GROUP";
|
||||
private static final String PRODUCT_ASSOCIATED_TO_GROUP_BODY = "Dear user,<br> a new product named $TITLE has been "
|
||||
+ "just published and added to the group $GROUP by $USER_FULLNAME.<br>"
|
||||
private static final String PRODUCT_ASSOCIATED_TO_GROUP_BODY = "Dear user,<br> a new product named <b>$TITLE</b> has been "
|
||||
+ "just published and added to the group <b>$GROUP</b> by $USER_FULLNAME.<br>"
|
||||
+ "You can find it here $DATASET_URL";
|
||||
|
||||
private String groupTitle;
|
||||
|
|
Loading…
Reference in New Issue