mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge WCM_SERVICES into HEAD 11697, 11698, 11702, 11751, 11801, 11924, 12023, 12073
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12076 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -38,7 +38,7 @@ import org.alfresco.linkvalidation.LinkValidationAction;
|
||||
import org.alfresco.linkvalidation.LinkValidationReport;
|
||||
import org.alfresco.repo.avm.AVMNodeConverter;
|
||||
import org.alfresco.repo.domain.PropertyValue;
|
||||
import org.alfresco.sandbox.SandboxConstants;
|
||||
import org.alfresco.wcm.sandbox.SandboxConstants;
|
||||
import org.alfresco.service.cmr.action.Action;
|
||||
import org.alfresco.service.cmr.action.ActionService;
|
||||
import org.alfresco.service.cmr.avm.AVMService;
|
||||
@@ -129,8 +129,7 @@ public class LinkValidationDialog extends BaseDialogBean
|
||||
SandboxConstants.PROP_SANDBOX_AUTHOR_MAIN) != null)
|
||||
{
|
||||
String pattern = Application.getMessage(context, "link_validaton_dialog_title_user");
|
||||
String user = this.store.substring(
|
||||
this.store.indexOf(AVMUtil.STORE_SEPARATOR)+AVMUtil.STORE_SEPARATOR.length());
|
||||
String user = AVMUtil.getUserName(this.store);
|
||||
this.title = MessageFormat.format(pattern,
|
||||
new Object[] {user});
|
||||
}
|
||||
|
Reference in New Issue
Block a user