mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix brace position [fixes SCI-380]
This commit is contained in:
parent
011bb2d910
commit
841e495234
1 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,8 @@ class Protocol < ActiveRecord::Base
|
|||
text: item.text,
|
||||
checked: false,
|
||||
checklist: checklist2,
|
||||
position: item.position)
|
||||
position: item.position
|
||||
)
|
||||
item2.created_by = current_user
|
||||
item2.last_modified_by = current_user
|
||||
p item
|
||||
|
|
Loading…
Reference in a new issue