mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed an issue where localised WorkflowDefinition Title was not being set correctly.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@26217 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -120,7 +120,7 @@ public class WorkflowObjectFactory
|
||||
String actualVersion = Integer.toString(version);
|
||||
|
||||
String baseName= tenantService.getBaseName(defName);
|
||||
String displayId = baseName + ".workflow.";
|
||||
String displayId = baseName + ".workflow";
|
||||
String title = getLabel(displayId, TITLE_LABEL, defaultTitle);
|
||||
String description = getLabel(displayId, DESC_LABEL, defaultDescription, title);
|
||||
return new WorkflowDefinition(
|
||||
|
Reference in New Issue
Block a user