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

Add target resolution to redirect model #16901

Open
wants to merge 2 commits into
base: 11.x
Choose a base branch
from

Commits on Apr 5, 2024

  1. [SeoBundle] Add redirect target path resolution

    When reading redirects with php code the target can be either a path or a site id.
    The type of the redirect does not reflect the nature of the target link.
    With type `path` it can either be an id or a path string.
    Therefore an additional method for getting the actual target path is required.
    dweiss96 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f8e0092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98d75c View commit details
    Browse the repository at this point in the history