Project

General

Profile

Actions

Bug #70091

closed

Epic #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

Added by Ralf Zimmermann over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
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 #1

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43537

Actions #2

Updated by Ralf Zimmermann over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF