This commit is contained in:
BoHung Chiu 2023-09-21 12:58:01 +08:00
parent 37f4d2c287
commit fab9ac0065
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module NtnuSyncPlugin
end
jp.publication_date = "#{publication_year}/#{publication_month}/01"
jp.member_profile_id = user.member_profile_id
jp.member_profile_id = [user.member_profile_id]
puts "journal paper #{jp.id} saved" if jp.save
end
end