forked from saurabh/orbit4-5
fix journal all author
This commit is contained in:
parent
adbbd044ef
commit
2ae34f1cbc
|
@ -1040,7 +1040,11 @@ class Admin::ImportController < OrbitAdminController
|
||||||
|
|
||||||
:paper_title_translations => {
|
:paper_title_translations => {
|
||||||
"en" => rss2_journal["paper_title"]["en"],
|
"en" => rss2_journal["paper_title"]["en"],
|
||||||
"zh_tw" => rss2_journal["paper_title"]["zh-tw"]}
|
"zh_tw" => rss2_journal["paper_title"]["zh-tw"]},
|
||||||
|
|
||||||
|
:authors_translations => {
|
||||||
|
"en" => rss2_journal["author"],
|
||||||
|
"zh_tw" => rss2_journal["author"]}
|
||||||
}
|
}
|
||||||
|
|
||||||
journal = JournalPaper.where(:rss2_id => rss2_journal["rss_id"]).first
|
journal = JournalPaper.where(:rss2_id => rss2_journal["rss_id"]).first
|
||||||
|
|
Loading…
Reference in New Issue