Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Ensure recursive page update on page movement #3787

Commits on Sep 20, 2023

  1. [TASK] Ensure recursive page update on page movement

    If a page is moved, subpages have to be considered, e.g. as rootline
    and slug might have changed. Also the MountPagesUpdater has to be
    triggered to ensure mounted pages will be updated too.
    
    This commit adds the missing recursive updates, an extension to the
    RecordMovedEvent and PageMovedEvent is done allowing that recursive
    updates on move operations will only be done if the parent page of
    the page has changed.
    
    Resolves: TYPO3-Solr#206
    dkd-friedrich committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9ec7308 View commit details
    Browse the repository at this point in the history