Skip to content
Snippets Groups Projects
Commit c3ee6c22 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #754

parent abc0df0e
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ class Communication::Website::Page < ApplicationRecord
blocks.ordered.each do |block|
b = block.duplicate
b.about = page
b.position = block.position
b.save
end
page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment