Merge pull request #6952 from artoscinote/ma_SCI_10018

Fix asset sync activity user [SCI-10018]
This commit is contained in:
Martin Artnik 2024-01-16 10:53:52 +01:00 committed by GitHub
commit 6ca8cff524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,