Actions
Bug #84850
closedmodify "mod.wizards.newContentElement.wizardItems" failed
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
Updated by Loon Buster over 6 years ago
..if i attach that it works.
mod.wizards.newContentElement.wizardItems.plugins.elements < tmp.wizards.plugins.elements
Updated by Georg Ringer over 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
Updated by Loon Buster over 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
Updated by Benni Mack over 6 years ago
- Target version changed from 8.7.13 to 8.7.19
Updated by Susanne Moog about 6 years ago
- Target version changed from 8.7.19 to Candidate for patchlevel
Updated by Andreas Kienast over 4 years ago
- File ce-wizard.png ce-wizard.png added
- Status changed from Needs Feedback to Closed
The issue seems to be solved in v9 and v10 (see attached screenshot), thus I'll close this ticket.
Actions