Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Conversation

@IchHabRecht
Copy link

You have an error in your merging order. The configuration from
TypoScript has to overrule the one from ContentObjectRenderer as
otherwise your parameter loops to its own.

You have an error in your merging order. The configuration from
TypoScript has to overrule the one from ContentObjectRenderer as
otherwise your parameter loops to its own.
@sirdiego
Copy link

Hey @IchHabRecht, thank you for this patch! I think it also relates to this forge issue: https://forge.typo3.org/issues/26780.
This should be merged into the master!

einarsvan pushed a commit to Bolius/linkhandler that referenced this pull request Sep 23, 2014
When interpreting link-type fields in extensions, linkhandler
enters an endless loop. Some TS configuration must be unset,
but this is not done thoroughly enough.

See http://forge.typo3.org/issues/26780

Fixes AOEpeople#4
@irnnr
Copy link

irnnr commented Jan 20, 2015

+1, same issue here. Either change the merge order or probably better remove the parameter configuration (instead of parameter**.** with dot)

@irnnr
Copy link

irnnr commented Jan 22, 2015

After giving this some more thought I think this PR is the wrong approach. Of course the local/current link's more specific configuration should overrule the global configuration.

So the fix would rather be to adjust the unset() call before the merge. The if should check for parameter without appended dot and then remove both key with and without dot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants