|
|
|
@ -39,7 +39,7 @@ module Forms |
|
|
|
year:, |
|
|
|
year:, |
|
|
|
needstype:, |
|
|
|
needstype:, |
|
|
|
filename: file.original_filename, |
|
|
|
filename: file.original_filename, |
|
|
|
organisation_id:, |
|
|
|
organisation_id: organisation_id || current_user.organisation_id, |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
storage_service.write_file(bulk_upload.identifier, File.read(file.path)) |
|
|
|
storage_service.write_file(bulk_upload.identifier, File.read(file.path)) |
|
|
|
|