mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged BRANCHES/V3.4 to HEAD:
24209: Fixes for screenshot 5 in ALF-5590: Translation errors in Explorer git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@24211 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -64,6 +64,7 @@ public class PickerBean implements Serializable
|
||||
private static final long serialVersionUID = 8950457520023294902L;
|
||||
|
||||
private static final String MSG_CATEGORIES = "categories";
|
||||
private static final String MSG_TAGS = "tags";
|
||||
private static final String ID_URL = "url";
|
||||
private static final String ID_ICON = "icon";
|
||||
private static final String ID_CHILDREN = "children";
|
||||
@@ -295,7 +296,7 @@ public class PickerBean implements Serializable
|
||||
if (parentRef == null)
|
||||
{
|
||||
out.writeNullValue(ID_ID);
|
||||
out.writeValue(ID_NAME, "Tags");
|
||||
out.writeValue(ID_NAME, Application.getMessage(fc, MSG_TAGS));
|
||||
out.writeValue(ID_ISROOT, true);
|
||||
out.writeValue(ID_SELECTABLE, false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user