[TASK] FormEngine: Remove name="foo[bar]_hr" from input fields
Update the handling of human readable fields so that the values are not being set and only the hidden field with the actual value is submitted. This patch also updates the handling for the _list and _mul appendixes as these use the same methods and needed to be changed as well. Resolves: #69672 Releases: master Change-Id: I7a92c924a567621c2f79c736f878af288595c657 Reviewed-on: http://review.typo3.org/43254 Reviewed-by:Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 1 addition, 1 deletion...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php 1 addition, 2 deletions...3/sysext/backend/Classes/Form/Element/CheckboxElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Element/InputTextElement.php 3 additions, 2 deletions.../sysext/backend/Classes/Form/Element/InputTextElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php 2 additions, 2 deletions.../Classes/Form/Element/SelectMultipleSideBySideElement.php
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 11 additions, 2 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js 4 additions, 4 deletions...ckend/Resources/Public/JavaScript/FormEngineValidation.js
- typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js 4 additions, 6 deletions.../backend/Resources/Public/JavaScript/jsfunc.tbe_editor.js
- typo3/sysext/core/Classes/Database/QueryGenerator.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/QueryGenerator.php
- typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php 3 additions, 3 deletionstypo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
- typo3/sysext/rsaauth/Classes/Form/Element/RsaInputElement.php 3 additions, 2 deletions...3/sysext/rsaauth/Classes/Form/Element/RsaInputElement.php
Please register or sign in to comment