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

@@ -623,6 +623,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
// must have been deleted from this sandbox - show as ghosted
String name = node.getName();
out.write("<td width=16>");
// TODO: need new solution - isFile() and isFolder() both return false for a deleted node!
if (node.isFile())
{
out.write(Utils.buildImageTag(fc, Utils.getFileTypeImage(fc, name, true), ""));