mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fix asset sync conflict handling for results [SCI-10770]
This commit is contained in:
parent
5adb98bf46
commit
3d4ec2e28b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class AssetSyncController < ApplicationController
|
|||
project = assoc.protocol.in_module? ? assoc.my_module.project : nil
|
||||
when Result
|
||||
type_of = :result_file_added
|
||||
message_items = { result: assoc }
|
||||
message_items = { result: assoc.id }
|
||||
project = assoc.my_module.project
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue