mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-19527 - No description and unfriendly result are got for patch.emailAliasableAspect
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@56427 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -38,6 +38,7 @@ import org.alfresco.service.namespace.QName;
|
||||
import org.alfresco.util.Pair;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.extensions.surf.util.I18NUtil;
|
||||
|
||||
/**
|
||||
* Patch to duplicate the AliasableAspect into the attributes service.
|
||||
@@ -189,7 +190,7 @@ public class AliasableAspectPatch extends AbstractPatch
|
||||
|
||||
batchProcessor.process(worker, true);
|
||||
|
||||
return MSG_SUCCESS;
|
||||
return I18NUtil.getMessage(MSG_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user