Skip to content
Snippets Groups Projects
Commit a1e0405f authored by Daniel Windloff's avatar Daniel Windloff Committed by Susanne Moog
Browse files

[TASK] Remove mod.web_func filter in InfoPageTyposcriptConfigController

The func module has been removed. The according PageTsConfig filter
has been removed as well.

Resolves: #88821
Releases: master
Change-Id: I9ab509f518ab87e68a0e0c7d7fe91fdf7041493e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61340


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 838b6f78
Branches
Tags
No related merge requests found
......@@ -176,9 +176,6 @@ class InfoPageTyposcriptConfigController
case '1e':
$pageTsConfig = $pageTsConfig['mod.']['web_info.'] ?? [];
break;
case '1f':
$pageTsConfig = $pageTsConfig['mod.']['web_func.'] ?? [];
break;
case '1g':
$pageTsConfig = $pageTsConfig['mod.']['web_ts.'] ?? [];
break;
......@@ -227,7 +224,6 @@ class InfoPageTyposcriptConfigController
'1c' => $lang->getLL('tsconf_parts_1c'),
'1d' => $lang->getLL('tsconf_parts_1d'),
'1e' => $lang->getLL('tsconf_parts_1e'),
'1f' => $lang->getLL('tsconf_parts_1f'),
'1g' => $lang->getLL('tsconf_parts_1g'),
2 => 'RTE.',
7 => 'TCAdefaults.',
......
......@@ -27,9 +27,6 @@
<trans-unit id="tsconf_parts_1e" resname="tsconf_parts_1e">
<source>Module: Web&gt;Info</source>
</trans-unit>
<trans-unit id="tsconf_parts_1f" resname="tsconf_parts_1f">
<source>Module: Web&gt;Func</source>
</trans-unit>
<trans-unit id="tsconf_parts_1g" resname="tsconf_parts_1g">
<source>Module: Web&gt;Template</source>
</trans-unit>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment