AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
842 stars 315 forks source link

Fix order of elements after Page copy #2752

Closed tvdeyen closed 8 months ago

tvdeyen commented 8 months ago

What is this pull request for?

A page with fixed and non-fixed elements need to copy each element group individually in order to maintain the list position, because the acts_as_list scope is

[:page_version_id, :fixed, :parent_element_id]

Checklist

alchemycms-bot commented 8 months ago

💔 Some backports could not be created

Status Branch Result
7.0-stable
6.1-stable Backport failed because of merge conflicts
7.1-stable

Manual backport

To create the backport manually run:

backport --pr 2752

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details