FIX: Suggested fix, which works, from https://github.com/colymba/GridFieldBulkEditingTools/pull/94 - this allows the 'From Files' widget to work as expected

This commit is contained in:
Gordon Anderson 2016-02-06 17:09:33 +07:00
parent c2e2a700e5
commit 22307f6b8f
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class GridFieldBulkUpload_Request extends RequestHandler
*/
$uploadField = $this->getUploadField();
return UploadField_SelectHandler::create($this, $uploadField->getFolderName());
return UploadField_SelectHandler::create($uploadField, $uploadField->getFolderName());
}
/**