mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 15:45:34 +08:00
Merge pull request #1530 from aignatov-bio/ai-sci-3108-missing-user-name-in-activity
Missing user name at copy as template and move experiment in activity [SCI - 3108]
This commit is contained in:
commit
26f9c596e8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module Experiments
|
|||
user: @user,
|
||||
message: I18n.t(
|
||||
'activities.clone_experiment',
|
||||
user: @user,
|
||||
user: @user.full_name,
|
||||
experiment_new: @c_exp.name,
|
||||
experiment_original: @exp.name
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue