Fix brace position [fixes SCI-380]

This commit is contained in:
Oleksii Kriuchykhin 2016-09-22 16:48:15 +02:00
parent 011bb2d910
commit 841e495234

View file

@ -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