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:
N Smith
2011-03-15 17:01:34 +00:00
parent babb55d681
commit 823938f1a1
2 changed files with 9 additions and 9 deletions

View File

@@ -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(