[TYPO3-german] V9 BE Modul Reihenfolge

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Mon Jul 15 20:23:10 CEST 2019


Hallo zusammen

Ich habe hier zwei Extbase Extension mit jeweils einem Backend-Modul. 
Alles funktioniert soweit, ausser der Anordnung im Backend.

Bei registerModule() gibt es dafür ja den Parameter $position. Laut 
Beschreibung sollte auch so was gehen 'after:[submodule-key]'.

In den ext_tables.php sieht das nun so aus:

Ext1:

     \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
         'GoCo.Hplusinfo',
         'tools',     // Make module a submodule of 'web'
         'hplusinfo_be',    // Submodule key
         'top',

Ext2:

     \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
         'GoCo.Anq',
         'tools',     // Make module a submodule of 'web'
         'anq',    // Submodule key
         'after:hplusinfo_be',

Das erste Modul ist nun auch tatsächlich zuoberst. Das zweite aber 
irgendwo mitten drin.

Das scheint mir ein Bug zu sein, oder habe ich die Doku falsch 
verstanden? Kennt sich jemand damit aus?

Grüße,
Till



More information about the TYPO3-german mailing list