Project

General

Profile

Actions

Bug #17635

closed

subpages l18n_cfg is ignored in JSMENU

Added by Jens Köster over 16 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-09-28
Due date:
% Done:

0%

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

Description

Create a JMENU like

lib.jsmenutest = HMENU
lib.jsmenutest {
1=JSMENU
1 {
menuName = test
levels = 3
}
}

and page tree like

page1

page1.1
page1.2

page2

Set "Hide page if no translation for current language exists" on page1.2 and page2.
Create page translations for page1 and page1.1.
In the Frontend switch to a nonstandard language.
On the first level everythings is ok (page1 displayed, page2 hided). On the second level page1.2 is displayed allthough it should not.

All menu items are generated by (class.tslib_menu.php, line 2768):

$menuItems = is_array($menuItemArray) ? $menuItemArray : $this->sys_page->getMenu($pid);

$this->sys_page->getMenu($pid) does not take the l18n_cfg configuration into account.
(issue imported from #M6414)


Files

patch.diff (531 Bytes) patch.diff Administrator Admin, 2007-09-28 11:30

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19925: IFSUB and friends are ignoring the l18n_cfg field of the page recordClosed2009-01-27

Actions
Actions #1

Updated by Stefan Galinski about 12 years ago

  • Category deleted (Communication)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)

Has issue #19925 solved this issue? The patch is currently only available in Git until the next versions (4.6 / 4.7) are released.

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

No response over one year => closed.

Actions

Also available in: Atom PDF