Skip to content

[Core] Nested page structure should update it's children #280

@boazpoolman

Description

@boazpoolman

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:

  1. /parent-page
  2. /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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions