-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Feature request
Summary
In Webtools you are able to create an nested page structure. That way you can have two pages of which the URL of the child is dependent on the URL of the parent. Like so:
- /parent-page
- /parent-page/child-page
At this moment, there is an issue. When you change the parent page URL, the child page URL is not updated accordingly. This feature request is created to find a proper solution for this issue. I've marked it a feature request as it's a new functionality we're introducing in Webtools.
Why is it needed?
To allow for a consistent nested page structure.
Suggested solution(s)
Apply all the changes at once, using a database transaction, preferably on a child process to offload the main thread.
Related issue(s)/PR(s)
The suggested solution would also be applicable to the bulk generation feature. If you have a lot of URL's it can also crash the Strapi application. For that we also need to offload the main thread for the heavy lifting.