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

Refactor LinkHandling for TYPO3 9.5 #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

zenobio93
Copy link

As introduced in TYPO3 8.3 there were some changes at LinkHandling. After installation this extension into a TYPO3 9.5, I have found some parts that won't work anymore like expected.

In this pull request I want to show you my refactoring of LinkHandling for TYPO3 9.5. First of all I have implemented a new LinkHandler to transforming the link hrefs to resources.

Portrino\PxShopware\LinkHandling\ShopwareLinkHandler

Then I replaced your LinkResolvers with a ShopwareLinkBuilder to get the correct URI from the resources, just like the LinkResolvers did before.

Portrino\PxShopware\LinkHandling\ShopwareLinkBuilder

At last your LinkHandler for the Recordlist were moved into the Recordlist folder.

Also at this part I have fixed the default Item-Partials to use item.uri instead of item.url

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.

1 participant