mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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,
|
text: item.text,
|
||||||
checked: false,
|
checked: false,
|
||||||
checklist: checklist2,
|
checklist: checklist2,
|
||||||
position: item.position)
|
position: item.position
|
||||||
|
)
|
||||||
item2.created_by = current_user
|
item2.created_by = current_user
|
||||||
item2.last_modified_by = current_user
|
item2.last_modified_by = current_user
|
||||||
p item
|
p item
|
||||||
|
|
Loading…
Reference in a new issue