mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -53,7 +53,10 @@ function postActivity()
|
||||
case "files-updated":
|
||||
data.title = json.get("fileCount");
|
||||
strParams = "?path=" + json.get("path");
|
||||
data.parentNodeRef = json.get("parentNodeRef");
|
||||
if (json.has("parentNodeRef"))
|
||||
{
|
||||
data.parentNodeRef = json.get("parentNodeRef");
|
||||
}
|
||||
break;
|
||||
|
||||
case "file-deleted":
|
||||
|
Reference in New Issue
Block a user