mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-14 19:37:51 +08:00
Fix assigned repository export in project export [SCI-10193] (#7087)
This commit is contained in:
parent
7fe6aae843
commit
b14912e70e
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ class Report < ApplicationRecord
|
|||
report.user = current_user
|
||||
report.team = current_team
|
||||
report.last_modified_by = current_user
|
||||
report.settings[:task][:repositories] = content['repositories']
|
||||
ReportActions::ReportContent.new(report, content, {}, current_user).save_with_content
|
||||
report
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue