Project

General

Profile

Actions

Bug #95914

open

Extbase controllers fetches TS from plugin path even if not desired

Added by Georg Ringer over 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Start date:
2021-11-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Having a TypoScript

plugin.tx_felogin_login.settings.pages = 123
lib.loginBox = USER
lib.loginBox {
  userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
  extensionName = Felogin
  pluginName = Login
 # settings < plugin.tx_felogin_login.settings
  settings >
  settings.pages = 187
}

page.20 < lib.loginBox

still shows pages with 123 but should be 187

(related stackoverflow https://stackoverflow.com/questions/69886972/typo3-11-felogin-with-typoscript/69887466?noredirect=1#comment123539460_69887466)

Actions

Also available in: Atom PDF