Project

General

Profile

Actions

Bug #84850

closed

modify "mod.wizards.newContentElement.wizardItems" failed

Added by Loon Buster almost 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Start date:
2018-04-24
Due date:
% Done:

0%

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

Description

hello.

modify/customizing not working anymore - in 7.6.* this works fine:


tmp.wizards < mod.wizards.newContentElement.wizardItems
mod.wizards.newContentElement.wizardItems >

mod.wizards.newContentElement.renderMode = tabs
mod.wizards.newContentElement.wizardItems {

    others.elements < tmp.wizards.plugins.elements
    others.elements {

        shortcut < tmp.wizards.special.elements.shortcut
        login     < tmp.wizards.forms.elements.login
        html     < tmp.wizards.special.elements.html
    }
    others.header = Others
    others.show   = *

       ..
}

also this example not working: https://docs.typo3.org/typo3cms/TSconfigReference/PageTsconfig/Mod/Index.html#example-2

best,
.loon


Files

ce-wizard.png (24 KB) ce-wizard.png Andreas Kienast, 2020-03-26 16:33
Actions #1

Updated by Loon Buster almost 6 years ago

..if i attach that it works.


mod.wizards.newContentElement.wizardItems.plugins.elements < tmp.wizards.plugins.elements

Actions #2

Updated by Georg Ringer almost 6 years ago

  • Status changed from New to Needs Feedback

can you please explain the behaviour you get and the expected behaviour? "not working" doesn't help too much

Actions #3

Updated by Loon Buster almost 6 years ago

..i thought this source-code self explanatory; but ky. here we go:


# set "mod.wizards.newContentElement.wizardItems" to tmp
tmp.wizards < mod.wizards.newContentElement.wizardItems

# kill "mod.wizards.newContentElement.wizardItems" 
mod.wizards.newContentElement.wizardItems >

mod.wizards.newContentElement.renderMode = tabs
mod.wizards.newContentElement.wizardItems {

    # move all wizards plugins.elements to newContentElement wizardItem "others" 
    others.elements < tmp.wizards.plugins.elements
    others.elements {

        # move special element "shortcut" to others
        shortcut < tmp.wizards.special.elements.shortcut

        # move forms element "login" to others
        login     < tmp.wizards.forms.elements.login

        # move special element "html" to others
        html     < tmp.wizards.special.elements.html
    }
    # set title 
    others.header = Others

    # show all
    others.show   = *

    # until here it isn't working
    # BUT if i set tmp.plugins.elements back to plugins.elements it will be displayed under "others" 

    plugins.elements < tmp.wizards.plugins.elements

}

and this make no sense. ..something is "hanging" in the elements if i don't move back the "elements" in 7.6.x it works without

Actions #4

Updated by Benni Mack almost 6 years ago

  • Target version changed from 8.7.13 to 8.7.19
Actions #5

Updated by Susanne Moog over 5 years ago

  • Target version changed from 8.7.19 to Candidate for patchlevel
Actions #6

Updated by Andreas Kienast about 4 years ago

The issue seems to be solved in v9 and v10 (see attached screenshot), thus I'll close this ticket.

Actions

Also available in: Atom PDF