[BUGFIX] Do not send table wizard fields in payload
The fields used in the table wizard are only used for internal handling to be able to compose the final table markup sent to DataHandler. The "management fields" are not interesting on server side and therefore their respective `name` attributes are removed to avoid sending potentially huge, superfluous data. Resolves: #100354 Releases: main, 12.4 Change-Id: If833f2bd1208a050dc88bc1844a19d9fbb209614 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78973 Tested-by:Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/Sources/TypeScript/backend/element/table-wizard-element.ts 3 additions, 3 deletions...ources/TypeScript/backend/element/table-wizard-element.ts
- typo3/sysext/backend/Resources/Public/JavaScript/element/table-wizard-element.js 3 additions, 3 deletions...sources/Public/JavaScript/element/table-wizard-element.js
- typo3/sysext/core/Tests/Acceptance/Application/FormEngine/ElementsBasicInputTextTableCest.php 15 additions, 15 deletions...pplication/FormEngine/ElementsBasicInputTextTableCest.php
Please register or sign in to comment