mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix ups and improvements to latest ML UI additions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5932 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -91,7 +91,7 @@ public class AddTranslationWithoutContentDialog extends BaseDialogBean
|
||||
nodeService.setProperty(newTranslation, ContentModel.PROP_AUTHOR, author);
|
||||
nodeService.setProperty(newTranslation, ContentModel.PROP_TITLE, title);
|
||||
|
||||
// Get the content data of the
|
||||
// Get the content data of the new translation
|
||||
ContentData newTranslationContentData = fileFolderService.getReader(newTranslation).getContentData();
|
||||
|
||||
// set the current browse node
|
||||
|
Reference in New Issue
Block a user