mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Fix loading repositories that contain tables [SCI-6951] (#4200)
This commit is contained in:
parent
cb113c4bdb
commit
ee792b89df
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class Protocol < ApplicationRecord
|
||||||
|
|
||||||
step2.step_orderable_elements.create!(
|
step2.step_orderable_elements.create!(
|
||||||
position: position,
|
position: position,
|
||||||
orderable: table2
|
orderable: table2.step_table
|
||||||
)
|
)
|
||||||
|
|
||||||
position += 1
|
position += 1
|
||||||
|
|
Loading…
Reference in a new issue