mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user