Project

General

Profile

Actions

Bug #89038

closed

HMENUs special "directory" does not work properly with sites fallbackType "free"

Added by Anonymous over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2019-08-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Latest TYPO3 9.5.11

My setup:

10 = HMENU
10 {
#        entryLevel = 2 (this works)
        special = directory
        special.value = 2
        1 = TMENU
        1 {
            expAll = 1
            NO = 1
        }
        2 = TMENU
        2 {
            NO = 1
        }
    }

Site:
fallBackType: fallback

-> everything works fine

fallbackType: free

> navigation is not rendered with special = directory
> removing special and using entryLevel works

It must be connected to how the pages are resolved in different fallbackTypes, for special = directory contains a uid of a page in default language.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88344: HMENU directory incompatible with free modeClosed2019-05-13

Actions
Related to TYPO3 Core - Bug #89368: Active page Closed2019-10-08

Actions
Actions #1

Updated by Anonymous over 4 years ago

fallbackType: "strict" also works, for it loads the default language pages and then the related overlays.

Actions #2

Updated by Marcel Macasso over 4 years ago

I can confirm this. Have the same problem when using a menu processor. The moment I set in the site configuration the fallbackType to "free" the menus are empty. "strict" works.

Actions #3

Updated by Daniel Brauer over 4 years ago

confirmed, neither TMENU nor MenuProcessor works

Actions #4

Updated by Anonymous over 4 years ago

  • Description updated (diff)
Actions #5

Updated by Anonymous over 4 years ago

  • Related to Bug #88344: HMENU directory incompatible with free mode added
Actions #6

Updated by Anonymous over 4 years ago

Actions #7

Updated by Anonymous over 4 years ago

resolved by #88344

Actions #8

Updated by Riccardo De Contardi over 4 years ago

@Tobias Gaertner thanks for the update! Can this one be closed, or is there still work to do here? Thanks again and best regards.

Actions #9

Updated by Anonymous over 4 years ago

The patch is here: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62466

@Marcel Macasso: can you confirm that patch works with your menu-processor setup as well?

...otherwise I think this can be closed as duplicated.

Actions #10

Updated by Marcel Macasso over 4 years ago

@Tobias Gaertner: Yes it works :) Thanks

Actions #11

Updated by Susanne Moog over 4 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF