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

[FEATURE] Add an event for modifying the domain used for a site #4266

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pschriner
Copy link
Contributor

When running the TYPO3 backend on a different domain the the TYPO3 frontend via a hostVariant it is impossible to get the correct domain in the backend. This has an impact on indexing, clearing the index, and much more. This event allows to modify the domain used for a site.

What this pr does

Adds an event that allows to modify the domain used for a site.

How to test

Use an EventListener to modify that domain.

Fixes: #4265

@dkd-kaehm
Copy link
Collaborator

@pschriner
Could you please fix the tests?

@pschriner pschriner force-pushed the feature/Add-event-for-modifying-the-used-domain branch from 13cb7d2 to 49d6189 Compare December 17, 2024 13:22
@pschriner
Copy link
Contributor Author

yes of course

@pschriner pschriner force-pushed the feature/Add-event-for-modifying-the-used-domain branch 4 times, most recently from aaef6ce to 401874b Compare December 17, 2024 15:44
@pschriner
Copy link
Contributor Author

sorry for the terrible initial commit 🙏

When running the TYPO3 backend on a different domain the the TYPO3 frontend via a hostVariant it is impossible to get the correct domain in the backend. This has an impact on indexing, clearing the index, and much more. This event allows to modify the domain used for a site.
@dkd-kaehm dkd-kaehm force-pushed the feature/Add-event-for-modifying-the-used-domain branch from 401874b to be3fb05 Compare December 17, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add an event to be able to modify the domain used for a site
2 participants