ALF-1605/ALF-3452 - follow-on to r23002 - fix delete selected item(s)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2010-10-14 16:34:30 +00:00
parent e850e52b5e
commit d2a9cc73e1

View File

@@ -53,7 +53,10 @@ function postActivity()
case "files-updated": case "files-updated":
data.title = json.get("fileCount"); data.title = json.get("fileCount");
strParams = "?path=" + json.get("path"); strParams = "?path=" + json.get("path");
if (json.has("parentNodeRef"))
{
data.parentNodeRef = json.get("parentNodeRef"); data.parentNodeRef = json.get("parentNodeRef");
}
break; break;
case "file-deleted": case "file-deleted":