Skip to content

Commit

Permalink
[TASK] Remove mod.web_func filter in InfoPageTyposcriptConfigController
Browse files Browse the repository at this point in the history
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: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Susanne Moog <look@susi.dev>
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Susanne Moog <look@susi.dev>
  • Loading branch information
dawind authored and susannemoog committed Nov 5, 2019
1 parent 838b6f7 commit a1e0405
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ public function main()
case '1e':
$pageTsConfig = $pageTsConfig['mod.']['web_info.'] ?? [];
break;
case '1f':
$pageTsConfig = $pageTsConfig['mod.']['web_func.'] ?? [];
break;
case '1g':
$pageTsConfig = $pageTsConfig['mod.']['web_ts.'] ?? [];
break;
Expand Down Expand Up @@ -227,7 +224,6 @@ protected function modMenu()
'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.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a1e0405

Please sign in to comment.