Deleted items can now be passed to the submit dialog without blowing it up

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4554 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-07 18:44:08 +00:00
parent e182432bbf
commit 7b0a60dcdf
4 changed files with 100 additions and 55 deletions

View File

@@ -123,7 +123,7 @@ public class AVMBrowseBean implements IContextListener
private UIRichList filesRichList;
private UIUserSandboxes userSandboxes;
/* transient lists of files/folders for a directory */
/** transient lists of files/folders for a directory */
private List<Map> files = null;
private List<Map> folders = null;