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

Fix prepend website cache class with preview #7356

Merged

Conversation

sauls
Copy link
Contributor

@sauls sauls commented Apr 9, 2024

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #7332
Related issues/PRs #
License MIT
Documentation PR sulu/sulu-docs#

What's in this PR?

Fix for #7332 , don't know if this is the right way. Additionally tried to run tests locally but had issues with db connection, did not looked deeper, did only unit test, but I guess functional test would make more sense. Additionally this bundle has dependency from core_bundle, so in tests somehow we need to put that, so I don't know if in monorepo cross dependency declaration is valid. @alexander-schranz

@sauls sauls changed the title feat: prepend website cache class with preview Fix prepend website cache class with preview Apr 9, 2024
@sauls sauls force-pushed the feature/preview-kernel-webspace-registration branch from dc20d51 to 5c19425 Compare April 9, 2024 12:27
@alexander-schranz
Copy link
Member

@sauls Thx for the pull request. Can you target the 2.4 branch and rebase the pull request to 2.4:

git checkout your-branch

git remote add sulu git@github.com:sulu/sulu.git
git fetch sulu
git rebase -i sulu/2.5 --onto sulu/2.4

git push --force

@sauls sauls changed the base branch from 2.5 to 2.4 April 9, 2024 12:39
@sauls sauls force-pushed the feature/preview-kernel-webspace-registration branch from 5c19425 to 2dfa38c Compare April 9, 2024 12:44
@sauls
Copy link
Contributor Author

sauls commented Apr 9, 2024

@alexander-schranz I guess I did it right.

@alexander-schranz alexander-schranz added the Bug Error or unexpected behavior of already existing functionality label Apr 9, 2024
@alexander-schranz alexander-schranz enabled auto-merge (squash) April 9, 2024 16:31
@alexander-schranz alexander-schranz merged commit 773015a into sulu:2.4 Apr 9, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Error or unexpected behavior of already existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants