Closed azhuravlev closed 1 year 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.
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.