b13 / menus

TYPO3 Extension for creating fast menus in a fast fashion
GNU General Public License v2.0
54 stars 22 forks source link

cache mismatch for list and language menus #87

Closed maddy2101 closed 3 months ago

maddy2101 commented 1 year ago

both store their results with the cache identifier

$cacheIdentifier = $this->generateCacheIdentifierForMenu('list', $configuration);

for the LanguageMenuCompiler class the first parameter should be 'language' I guess?

Sorry I can't provide a PR right now, would be rather easy.