mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Merge pull request #1554 from okriuchykhin/ok_SCI_3150
Fix JS files inclusion in export all report [SCI-3150]
This commit is contained in:
commit
d5110a4f87
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class TeamZipExport < ZipExport
|
|||
handsontable.formula.js big.min.js)
|
||||
required_js.each do |filename|
|
||||
filepath = File.join(Rails.root,
|
||||
"vendor/assets/javascripts/#{filename}/")
|
||||
"vendor/assets/javascripts/#{filename}")
|
||||
dest_folder = "#{project_path}/"
|
||||
FileUtils.cp(filepath, dest_folder)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue