mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +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
|
Activities::CreateActivityService
|
||||||
.call(activity_type: type_of,
|
.call(activity_type: type_of,
|
||||||
owner: User.first,
|
owner: current_user,
|
||||||
subject: step.protocol,
|
subject: step.protocol,
|
||||||
team: step.protocol.team,
|
team: step.protocol.team,
|
||||||
project: project,
|
project: project,
|
||||||
|
|
Loading…
Reference in a new issue