Project

General

Profile

Actions

Feature #90818

closed

Redirects - show config.recordLinks on target Links

Added by Christoph Werner about 4 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2020-03-23
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #87574: Redirects to records (linkHandler) don't workClosed2019-01-29

Actions
Actions #1

Updated by Georg Ringer about 4 years ago

  • Status changed from New to In Progress
  • Assignee set to Georg Ringer
Actions #2

Updated by Georg Ringer about 4 years ago

  • 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">'
        );
Actions #3

Updated by Georg Ringer about 4 years ago

  • Related to Bug #87574: Redirects to records (linkHandler) don't work added
Actions #4

Updated by Christoph Werner about 4 years ago

Hi Georg,

works perfect, thanks!

Best,
Christoph

Actions #5

Updated by Georg Ringer about 4 years ago

  • Status changed from Needs Feedback to Closed
Actions #6

Updated by Josef Glatz over 3 years ago

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?

Actions #7

Updated by Bernhard Eckl almost 2 years ago

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?

Actions

Also available in: Atom PDF