mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
Merge pull request #2586 from mlorb/ml-sci-4615
Fix missing creator in task details [SCI-4615]
This commit is contained in:
commit
29370cf82e
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ class CreateMyModuleService
|
|||
new_pos = @my_module.get_new_position
|
||||
@my_module.x = new_pos[:x]
|
||||
@my_module.y = new_pos[:y]
|
||||
@my_module.created_by = @user
|
||||
@my_module.last_modified_by = @user
|
||||
|
||||
@my_module.save!
|
||||
create_my_module_activity
|
||||
|
|
Loading…
Reference in a new issue