Actions
Bug #69089
closedEpic #68397: Make TYPO3 work with MySQL strict mode
Functional Tests: Extbase blog_example has unused NOT NULL fields in SQL schema
Start date:
2015-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions