Skip to content

Commit

Permalink
fix file type relation
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbus committed Oct 21, 2015
1 parent 2396188 commit 82a6d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkUpload/code/GridFieldBulkUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function bulkUploadField($gridField)
{
$uploadField->getValidator()->{$fn}($param);
}

$uploadField->relationAutoSetting = false;
return $uploadField;
}

Expand Down

0 comments on commit 82a6d5d

Please sign in to comment.