Index: lams_central/web/lams_authoring_library.swf =================================================================== diff -u -ra15e41e03583b3d307641a381dbf80767b22f304 -r0e2d05a6e9532af4ebe25ee38f43b65da80889c8 Binary files differ Index: lams_flash/src/common/flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as =================================================================== diff -u -r5b44cd0646c0ee06e57059948a5d5f730040f431 -r0e2d05a6e9532af4ebe25ee38f43b65da80889c8 --- lams_flash/src/common/flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as (.../WorkspaceModel.as) (revision 5b44cd0646c0ee06e57059948a5d5f730040f431) +++ lams_flash/src/common/flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as (.../WorkspaceModel.as) (revision 0e2d05a6e9532af4ebe25ee38f43b65da80889c8) @@ -253,10 +253,9 @@ * @param dto * @return */ - public function setFolderContents(dto:Object, openFolder:Boolean){ + public function setFolderContents(dto:Object, openFolder:Boolean){ var nodeToUpdate:XMLNode; Debugger.log('looking for:Folder_'+dto.workspaceFolderID+', parentWorkspaceFolderID:'+dto.parentWorkspaceFolderID,Debugger.GEN,'setFolderContents','org.lamsfoundation.lams.WorkspaceModel'); - _global.breakpoint(); if(getWorkspaceResource('Folder_'+dto.workspaceFolderID)!=null){ nodeToUpdate = getWorkspaceResource('Folder_'+dto.workspaceFolderID); @@ -284,28 +283,40 @@ nodeToUpdate.attributes.isEmpty = false; } - // go throught the contents of DTO and add it aas children to the node to update. + // go through the contents of DTO and add it as children to the node to update. for(var i=0; i