Bug #65638

TSconfig mod.web_info.menu.function not respected anymore

Added by Daniel Wagner 5 months ago. Updated 5 months ago.

Status:Resolved Start date:2015-03-10
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:Backend API Spent time: -
Target version:next-patchlevel
TYPO3 Version:6.2 Is Regression:Yes
PHP Version: Sprint Focus:
Complexity:

Description

TSconfig: mod.web_info.menu.function.tx_infopagetsconfig_webinfo = 0

Does not work in TYPO3 CMS 6.2.10 anymore, but has before (don't know exact version).


Related issues

related to Core - Task #49992: Cleanup ext:info and ext:info_pagetsconfig Resolved 2013-07-12
related to Core - Bug #65858: Fatal error in info_pagetsconfig Resolved 2015-03-20

Associated revisions

Revision ebc9f009
Added by Markus Klein 5 months ago

[BUGFIX] Allow to disable Info->PageTSconfig again

The patch for #49992 changed the identifier for the module function
to the namespaced class name, which breaks the documented option
mod.web_info.menu.function.tx_infopagetsconfig_webinfo = 0

Change this back to 'tx_infopagetsconfig_webinfo' in order to make
the config option working again.

Resolves: #65638
Releases: master, 6.2
Change-Id: Ica197143da1e63d61d06100c0b0832096debce62
Reviewed-on: http://review.typo3.org/37697
Reviewed-by: Nicole Cordes <>
Reviewed-by: Jigal van Hemert <>
Reviewed-by: Stephan Großberndt <>
Reviewed-by: Markus Klein <>
Tested-by: Markus Klein <>

Revision 705da957
Added by Markus Klein 5 months ago

[BUGFIX] Allow to disable Info->PageTSconfig again

The patch for #49992 changed the identifier for the module function
to the namespaced class name, which breaks the documented option
mod.web_info.menu.function.tx_infopagetsconfig_webinfo = 0

Change this back to 'tx_infopagetsconfig_webinfo' in order to make
the config option working again.

Resolves: #65638
Releases: master, 6.2
Change-Id: Ica197143da1e63d61d06100c0b0832096debce62
Reviewed-on: http://review.typo3.org/37863
Reviewed-by: Markus Klein <>
Tested-by: Markus Klein <>

History

#2 Updated by Markus Klein 5 months ago

Ok, the bug is that the name has changed to a namespaced class name.

TYPO3\CMS\InfoPagetsconfig\Controller\InfoPageTyposcriptConfigController

Will try to find out why/where this happened

#3 Updated by Markus Klein 5 months ago

#4 Updated by Markus Klein 5 months ago

Workaround is: mod.web_info.menu.function.TYPO3\CMS\InfoPagetsconfig\Controller\InfoPageTyposcriptConfigController = 0

#5 Updated by Gerrit Code Review 5 months ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37697

#6 Updated by Markus Klein 5 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

#7 Updated by Gerrit Code Review 5 months ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37863

#8 Updated by Markus Klein 5 months ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF