Feature #90818
closed
Redirects - show config.recordLinks on target Links
Added by Christoph Werner over 4 years ago.
Updated over 2 years ago.
Category:
Site Handling, Site Sets & Routing
Description
Hi!
When using the redirects module and setting a target via linkbrowser, there are only options to link to "Page", "File" or "External URL".
The config of linking to records (i.e. news, config.recordLinks.tx_news.... ) is ignored / not shown.
Should be possible too!
Thanks!
Best
Christoph
- Status changed from New to In Progress
- Assignee set to Georg Ringer
- Status changed from In Progress to Needs Feedback
this has been fixed with #87574. important is that the tsconfig is added via ext_localconf, e.g. with
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'<INCLUDE_TYPOSCRIPT: source="FILE: EXT:theme/Configuration/TsConfig/Page/Specific/Linkhandler.tsconfig.typoscript">'
);
- Related to Bug #87574: Redirects to records (linkHandler) don't work added
Hi Georg,
works perfect, thanks!
Best,
Christoph
- Status changed from Needs Feedback to Closed
Georg Ringer wrote in #note-2:
this has been fixed with #87574. important is that the tsconfig is added via ext_localconf, e.g. with
[...]
This kind of "workaround" can not be used when having a multitree website. Is it possible to have such a working scenario?
Josef Glatz wrote in #note-6:
Georg Ringer wrote in #note-2:
this has been fixed with #87574. important is that the tsconfig is added via ext_localconf, e.g. with
[...]
This kind of "workaround" can not be used when having a multitree website. Is it possible to have such a working scenario?
You could use a condition like [tree.rootLine0["uid"] == 1] for that, not?
Also available in: Atom
PDF