mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
ALF-18332 : WorkflowObjectFactory.createTransition doesn't use the description property
- Fixed default description key for transition + added testcase - merged from DEV/HEAD_WROKFLOW to 5.2.N git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131924 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -209,7 +209,7 @@ public class WorkflowObjectFactory
|
||||
boolean isDefault, String... baseLabelKeys)
|
||||
{
|
||||
String title = getLabel(baseLabelKeys, TITLE_LABEL, defaultTitle);
|
||||
String description = getLabel(baseLabelKeys, TITLE_LABEL, defaultDescription);
|
||||
String description = getLabel(baseLabelKeys, DESC_LABEL, defaultDescription);
|
||||
return new WorkflowTransition(id, title, description, isDefault);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user