mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix missing user name in activty, when moving experiment
This commit is contained in:
parent
1ef8108521
commit
9e472c0ccf
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module Experiments
|
|||
user: @user,
|
||||
message: I18n.t(
|
||||
'activities.move_experiment',
|
||||
user: @user,
|
||||
user: @user.name,
|
||||
experiment: @exp.name,
|
||||
project_new: @project.name,
|
||||
project_original: @original_project.name
|
||||
|
|
Loading…
Reference in a new issue