Bug #40945
closedEXT:form - Form Wizard overwrites configuration
0%
Description
I created a form and added the following code to the configuration:
layout {
textline (
<input /><label />
)
mandatory (
<em> * </em>
)
}
Then I opened the Form Wizard, added a new form element via drag-and-drop and saved the changes. That deleted my code changes to the layout. This behaviour is reproducible. Change the configuration then open the wizard and click on the "Save and close" button.
Updated by Jigal van Hemert about 12 years ago
- Status changed from New to Needs Feedback
A wizard is just a visual tool to help you build a complex configuration. If you add configuration which is valid for the form, but which isn't supported by the wizard then these additions won't be included in the output upon saving.
You can either build the entire form configuration yourself, or you can use the wizard as a kickstarter for the fields and add custom configuration afterwards.
Updated by Thorsten Lübkemann about 12 years ago
So I can change the HTML output of the form but then an editor can't use the wizard anymore to change e.g. a label? Wouldn't it be useful if that were possible?
Updated by Oliver Hader about 12 years ago
- Status changed from Needs Feedback to Accepted
- Complexity set to hard
Updated by Oliver Hader about 12 years ago
- TYPO3 Version changed from 4.7 to 6.0
Updated by Oliver Hader about 12 years ago
- Priority changed from Must have to Should have
- Target version set to 6.0.0
Updated by Stefan Neufeind almost 12 years ago
All settings the editor does not know/care about could simply be left unchanged during an edit, couldn't it?
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 6.0.0 to 7.5
- Is Regression set to No
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Björn Jacob about 9 years ago
- Status changed from Accepted to On Hold
We're working on a different solution, see #69394. For TYPO3 7 there will be no possibility anymore to change the declaration of the form using TYPOScript. The only way to edit the form in the backend will be the wizard. For TYPO3 8 we will remove the wizard and come up with a completely new version (removing the whole ExtJs logic).
Updated by Björn Jacob about 9 years ago
- Subject changed from Form Wizard overwrites configuration to EXT:form - Form Wizard overwrites configuration
Updated by Björn Jacob about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Björn Jacob over 8 years ago
- Target version deleted (
8 LTS) - Parent task deleted (
#69347) - TYPO3 Version changed from 6.0 to 8
- PHP Version deleted (
5.3)
Updated by Björn Jacob over 8 years ago
The form wizard will be rewritten in version 8. We will add this requirement to the roadmap. The current wizard will not be touched anymore.
Updated by Mathias Schreiber over 8 years ago
- Status changed from On Hold to Closed
closed on request of the EXT:forms team