Feature #88908
openAdd "migration wizard" when changing CType of content elements
0%
Description
When you modify the CType of a content element, the fields that are no more visible still retain their content;
think of example the switching from "Text"
to "Header"
: if something is written inside the bodytext
, it is preserved, and if you switch back to Text
again, the content is there.
This is a suggestion (very poor and early) to add a sort of "migration wizard" that should appear when you change the CType of an element
- the wizard should list the tt_content fields
- the wizard should suggest which content are no more available on the "target" CType (and vice versa)
- the wizard should suggest with a dropdown what to do for each element; the dropdown should have at least two values:
- the same field which means that the field content will be preserved
- empty which means that the field content will be lost
I attach here a couple of visual examples, just to visualize the idea.
Files
Updated by Riccardo De Contardi over 5 years ago
- Related to Feature #76925: Switching from one content type to another should clear fields not usable anymore added
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #79427: Non-plugin content elements not accessible when list_type not empty added
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #73630: flexform data is not deleted when changing plugin added
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #71569: FrontendConfigurationManager::overrideSwitchableControllerActionsFromFlexForm does not check if plugin has flexform added
Updated by Riccardo De Contardi almost 5 years ago
- Related to Bug #90194: Question / Bug? shortcut_mode still set (not "0") after switch page back to page of type "standard" added