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

returnLast=target not supported #45

Open
stephangrass opened this issue Jan 10, 2017 · 0 comments
Open

returnLast=target not supported #45

stephangrass opened this issue Jan 10, 2017 · 0 comments

Comments

@stephangrass
Copy link

Hi,
I try to use in the ext:news a news of the type 'internal link' and choose a linkhandler-link as link.

In the frontend the link looks ok, but the target-tag also contains the full url. The news-extension get the target with the following code:

protected function getTargetConfiguration(array $configuration)
{
$configuration['returnLast'] = 'target';
return $this->cObj->typoLink('dummy', $configuration);
}

This function will return the full url, not the target. Is there a possibility to change this behaviour?

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

No branches or pull requests

1 participant