mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +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,
|
user: @user,
|
||||||
message: I18n.t(
|
message: I18n.t(
|
||||||
'activities.move_experiment',
|
'activities.move_experiment',
|
||||||
user: @user,
|
user: @user.name,
|
||||||
experiment: @exp.name,
|
experiment: @exp.name,
|
||||||
project_new: @project.name,
|
project_new: @project.name,
|
||||||
project_original: @original_project.name
|
project_original: @original_project.name
|
||||||
|
|
Loading…
Reference in a new issue