[!!!][TASK] TCA: Remove wizard _HIDDENFIELD and hideParent
The functionality provided by _HIDDENFIELD and hideParent on TCA wizard level can be better realized with the new renderType registration provided by the NodeFactory. A search showed that not a single TER extension used the two options, and it is probably also used very rarely in other 3rd party extensions. It is dropped now without substitution. Resolves: #68092 Releases: master Change-Id: I95fb96561e1879e302ba927d70d72bd454b7fa15 Reviewed-on: http://review.typo3.org/41150 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 1 addition, 25 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 1 addition, 5 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Element/InputElement.php 1 addition, 6 deletionstypo3/sysext/backend/Classes/Form/Element/InputElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php 1 addition, 2 deletions...xt/backend/Classes/Form/Element/SelectCheckBoxElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php 1 addition, 2 deletions.../Classes/Form/Element/SelectMultipleSideBySideElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleBoxElement.php 1 addition, 2 deletions...t/backend/Classes/Form/Element/SelectSingleBoxElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php 1 addition, 2 deletions...sext/backend/Classes/Form/Element/SelectSingleElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectTreeElement.php 1 addition, 2 deletions...sysext/backend/Classes/Form/Element/SelectTreeElement.php
- typo3/sysext/backend/Classes/Form/Element/TextElement.php 1 addition, 3 deletionstypo3/sysext/backend/Classes/Form/Element/TextElement.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-68092-TcaRemoveWizardHideParent.rst 49 additions, 0 deletions...gelog/master/Breaking-68092-TcaRemoveWizardHideParent.rst
- typo3/sysext/rtehtmlarea/Classes/Form/Element/RichTextElement.php 1 addition, 4 deletions...sext/rtehtmlarea/Classes/Form/Element/RichTextElement.php
Please register or sign in to comment