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 #1

Updated by Georg Ringer over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer over 2 years ago

  • Status changed from New to Accepted
Actions #3

Updated by Christian Kuhn almost 2 years ago

  • Status changed from Accepted to Needs Feedback

Unable to reproduce: When I copy the TS-snippet to a v11 extension template, page.20.settings.pages ends up 187 in the backend object browser.

what am i doing wrong?

Update: Ah, you're referring to extbase configuration management. did not check that. sorry for fuzz.

Actions #4

Updated by Christian Kuhn almost 2 years ago

  • Status changed from Needs Feedback to New
Actions

Also available in: Atom PDF