Bug #69089
closedEpic #68397: Make TYPO3 work with MySQL strict mode
Functional Tests: Extbase blog_example has unused NOT NULL fields in SQL schema
100%
Description
The Tag model in the blog_example has the fields l18n_parent and l18n_diffsource defined in the SQL schema but the record itself is not declared translatable in TCA.
These fields should be removed as the NOT NULL declaration leads to errors upon creating records is the field is not detected by datamapper but needs a value.
Updated by Morton Jonuschat over 9 years ago
- Status changed from New to In Progress
- Parent task set to #68397
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress 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/42652
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/42652
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/42652
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fbd1cb4fd3d12b6c7f37e360fd0cb90a95de0416.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed