Actions
Bug #70091
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
Bug #69957: EXT:form - Fix some problems with Container elements
EXT:form - Typos in the partials
Start date:
2015-09-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
When programming on Friday night a few careless mistakes happened to me.
Affected Parts:
- form/Resources/Private/Partials/Compatibility/Confirmation/ContainerElements/Fieldset.html
- if the element should be shown at confirmation, show it. But transfer the data all the time.
- form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Checkbox.html
- form/Resources/Private/Partials/Compatibility/Confirmation/FlatElements/Radio.html
- the foreach statement slipped between the <f:then /> </f:else /> statements
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Html/ContainerElements/Checkboxgroup.html
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Html/ContainerElements/Fieldset.html
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Html/ContainerElements/Radiogroup.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Html/ContainerElements/Checkboxgroup.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Html/ContainerElements/Fieldset.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Html/ContainerElements/Radiogroup.html
- forgott the element outer wrap and the showElement statement / only show the label, as before
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Html/FlatElements/Checkbox.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Html/FlatElements/Checkbox.html
- only show the label, as before
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Html/FlatElements/Radio.html
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Plain/FlatElements/Checkbox.html
- form/Resources/Private/Partials/Compatibility/PostProcessor/Mail/Plain/FlatElements/Radio.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Plain/FlatElements/Checkbox.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Plain/FlatElements/Radio.html
- form/Resources/Private/Partials/Default/PostProcessor/Mail/Html/FlatElements/Radio.html
Actions