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

[BUGFIX] Cast pageUid in RedirectFinisher to string #173

Merged
merged 1 commit into from
Nov 27, 2020

Commits on Nov 27, 2020

  1. [BUGFIX] Cast pageUid in RedirectFinisher to string

    Due to an undiscovered breaking change, redirects in the RedirectFinisher
    don't work anymore if the pageUid is an integer. This change casts the
    pageUid to a string to workaround this new behavior.
    
    See https://review.typo3.org/c/Packages/TYPO3.CMS/+/65467 as well.
    andreaskienast authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    dca4496 View commit details
    Browse the repository at this point in the history