Task #80027
closedRemove TCA config 'max' on inputDateTime fields
100%
Description
It would be a good idea to remove the 'max' config option in TcaMigration class automatically
for all renderType="inputDateTime" fields.
We've had a max=20 in core for pages.newUntil field for a while, and
this killed the db entry on storing.
Since that is a relatively hard to spot and test issue for extension
authors during upgrade, it might be the easiest solution to just have
a TcaMigration (with unit test) to remove 'max' on those fields
automatically.
Updated by Gerrit Code Review over 7 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/51903
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/51903
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/51903
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51903
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51903
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51903
Updated by Thomas Hohn over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 184716b6fd121dabf46f9547efe0e93505359285.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed