Fixed file picker restriction parameters not getting passed in AJAX call from browser to File Picker Bean (on HEAD)

- This needs to be merged to and tested on v3.0 against ETHREEOH-472 & ETHREEOH-473 (if sufficient test data had been added to these JIRA issues by now)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11819 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Glen Johnson
2008-11-10 10:56:05 +00:00
parent 1d58d3529a
commit 3a1e290660

View File

@@ -262,11 +262,11 @@ _navigateToNode: function(path)
}
if (this.folderRestriction)
{
req.content.folderRestriction = this.folderRestriction;
params.folderRestriction = this.folderRestriction;
}
if (this.configSearchName)
{
req.content.configSearchName = this.configSearchName;
params.configSearchName = this.configSearchName;
}
alfresco.AjaxHelper.sendRequest("FilePickerBean.getFilePickerData",