mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added a natural-id element to mapping definition for ChildEntries.
Added two apparently necessary hibernate flushes. Added a createSnapshot call after unzipping in ImportWebsiteDialog. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3896 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -207,6 +207,8 @@ public class ImportWebsiteDialog
|
||||
// convert the AVM path to a NodeRef so we can use the NodeService to perform import
|
||||
NodeRef importRef = AVMNodeConverter.ToNodeRef(-1, rootPath);
|
||||
processZipImport(this.file, importRef);
|
||||
// After an import it's a good idea to snapshot the staging store
|
||||
this.avmService.createSnapshot(store);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user