-
-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Milestone
Description
Description
After upgrading from version 4.8.0 to version 5.0.2, creating a new page with these create dialog settings throws an error, that the page with this slug already exists:
create:
title: "{{ page.uuid.id }}"
slug: "{{ page.uuid.id }}"
I’ve checked the file inside the __new__ folder and can confirm that it includes the same UUID as the page created before.
Expected behavior
The newly created page should have a newly generated UUID as it used to in version 4.
To reproduce
- Create a blueprint with these settings:
create:
title: "{{ page.uuid.id }}"
slug: "{{ page.uuid.id }}"
- Click on 'Create a new page' in the panel
- When creating a second page, the error is displayed
Your setup
Kirby Version: 5.0.2
Metadata
Metadata
Assignees
Labels
No labels