mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Fix asset sync activity user [SCI-10018]
This commit is contained in:
parent
8f95d8d438
commit
37b9a2c077
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class AssetSyncController < ApplicationController
|
|||
|
||||
Activities::CreateActivityService
|
||||
.call(activity_type: type_of,
|
||||
owner: User.first,
|
||||
owner: current_user,
|
||||
subject: step.protocol,
|
||||
team: step.protocol.team,
|
||||
project: project,
|
||||
|
|
Loading…
Reference in a new issue