added quotes for TDM Rule/Template Notifications

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@115419 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-06-18 09:27:49 +00:00
parent 0b059aeb64
commit dce84998ff
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
String notificationText = "shared the Tabular Data Manager";
notificationText += (type == NotificationType.TDM_RULE_SHARE) ? " Rule " : " Template ";
notificationText += tdmObjectName + " with you";
notificationText += "\"" + tdmObjectName + "\" with you";
String url = getApplicationUrl();
if (encodedTabularResourceParams != null && encodedTabularResourceParams.compareTo("") != 0)