Bug #80122
closedMissing max value for title and alternative in file reference
100%
Description
The database fields title
and alternative
in the table sys_file_reference are defined as tinytext (255 chars max). The TCA for those fields do not have a maximum value, which results in the following error message, when the user inserts a title or alternative with more than 255 chars.
These fields of record XX in table "sys_file_reference" have not been saved correctly: title! The values might have changed due to type casting of the database.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New 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 https://review.typo3.org/51941
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51941
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51941
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52047
Updated by Torben Hansen over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c4118cdcd67372ec85a66bb7686074a84fe2eda0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed