comfy / comfortable-mexican-sofa

ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
MIT License
2.72k stars 637 forks source link

Fix import pages with same slug, but with different parents #922

Closed azhuravlev closed 1 year ago

azhuravlev commented 3 years ago

When site has pages with same slug, but nested by different parents - import doesn't work correctly. It overwrites all pages with same slug by the last one. This PR resolves issue by adding parent_id filter then finding existing page during import.