Fix loading repositories that contain tables [SCI-6951] (#4200)

This commit is contained in:
artoscinote 2022-07-11 10:58:20 +02:00 committed by GitHub
parent cb113c4bdb
commit ee792b89df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,7 +346,7 @@ class Protocol < ApplicationRecord
step2.step_orderable_elements.create!(
position: position,
orderable: table2
orderable: table2.step_table
)
position += 1