Bug #69626
closedStory #69617: FormEngine bugs
FormEngine still used in the core
100%
Description
e.g.
- \TYPO3\CMS\Core\Resource\Service\UserStorageCapabilityService
- \TYPO3\CMS\Core\Resource\Hook\FileInfoHook
- file list > click on any file
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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/43153
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43153
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43153
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43153
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1692d5ee6781649588a7ee54cae71f8b24d61bcf.
Updated by Patrick Schriner over 9 years ago
Editing a file in the filelist module still leads to a fatal error for me:
PHP Fatal error: Call to undefined method TYPO3\\CMS\\Backend\\Form\\Utility\\FormEngineUtility::getSelectItems() in /var/www/typo3/TYPO3.CMS/typo3/sysext/backend/Classes/Form/FormDataTraverser.php on line 372
FormDataTraverser->getRelatedSelectFieldUids calls FormEngineUtility::getSelectItems which is not there anymore
Updated by Stephan Großberndt over 9 years ago
Thats another issue which has been solved in https://forge.typo3.org/issues/69634