Actions
Bug #64507
closedsysExt:Form class TYPO3\CMS\Form\Domain\Model\Element\SelectElement is missing
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-01-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This bug does not occur in the latest TYPO3 release 6.2.9. It's only present in the latest version from the 6.2 branch.
The file Classes/Domain/Model/SelectElement.php has been deleted from the form extension on 2014-12-11, a few commits after the official 6.2.9 release.
When now using a select box in a form I get an error during FE rendering:
Fatal error: Class 'TYPO3\CMS\Form\Domain\Model\Element\SelectElement' not found in [...]/typo3/sysext/core/Classes/Utility/GeneralUtility.php
My guess is that this file should not have been deleted.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36273
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b29ffa920a8bbdfcba41b5206196b317c13e9b39.
Updated by Björn Jacob over 8 years ago
- Category changed from 1602 to Form Framework
Actions