mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Change my_module owner after copy [SCI-6176] (#3611)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
1a05c3a40c
commit
7d6136435d
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class MyModule < ApplicationRecord
|
|||
description: description,
|
||||
x: x,
|
||||
y: y,
|
||||
created_by: created_by
|
||||
created_by: current_user
|
||||
)
|
||||
|
||||
# set new position if cloning in the same experiment
|
||||
|
|
Loading…
Reference in a new issue