PRODUCT_ASSOCIATED_TO_GROUP_SUBJECT fixed when notification is sent to group' admins

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@140008 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-12-15 11:21:00 +00:00
parent d84bc04eb2
commit 13566413e4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import eu.trentorise.opendata.jackan.model.CkanGroup;
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_SUBJECT = "Product $TITLE added to group $GROUP";
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";