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

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an