Actions
Bug #70120
closedSave & New Button always trys to create an element with CType "Text"
Start date:
2015-09-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
When you have a content element on a page and press the save & new button within this element, TYPO3 always trys to create an element with CType "Text". I'm working with current master (7.4). I'm using fluid_styled_content, so there is no CType "Text" available at all and I have to manually switch to the desired element. But I think it always should try to create the element you are currently editing. If I have an header element, the new element should also be a header element and not a text element.
Actions