mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
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:
parent
c2e2a700e5
commit
22307f6b8f
@ -182,7 +182,7 @@ class GridFieldBulkUpload_Request extends RequestHandler
|
|||||||
*/
|
*/
|
||||||
$uploadField = $this->getUploadField();
|
$uploadField = $this->getUploadField();
|
||||||
|
|
||||||
return UploadField_SelectHandler::create($this, $uploadField->getFolderName());
|
return UploadField_SelectHandler::create($uploadField, $uploadField->getFolderName());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user