Bug #105666
closedNullable native time fields store "00:00:00" instead of null if value is unset
100%
Description
Native datetime fields are autogenerated as NULLable since #97367 – but nullable behaviour is broken and not considered to be default-on by DataHandler and FormEngine.
Expected Behavior:
User enters "00:00:00"
Stores "00:00:00"
User enters ""
Stores null
Actual Behavior:
User enters "00:00:00"
Stores "00:00:00"
User enters ""
Stores "00:00:00"
Updated by Gerrit Code Review 18 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 12 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 12 days ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 12 days ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 12 days ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 10 days ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 10 days ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87279
Updated by Gerrit Code Review 10 days ago
Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87279
Updated by Gerrit Code Review 10 days ago
Patch set 3 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87279
Updated by Gerrit Code Review 10 days ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 4 days ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87144
Updated by Gerrit Code Review 4 days ago
Patch set 4 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87279
Updated by Gerrit Code Review 3 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87388
Updated by Benjamin Franzke 3 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e5c4e0f8e66df0f97608c1b591cbfa378baece78.
Updated by Benjamin Franzke 3 days ago
- Related to Task #105777: Remove useless nullable checkbox from datetime elements added
Updated by Garvin Hicking 3 days ago
- Related to Bug #102602: Time input does not initialize 00:00 properly added
Updated by Garvin Hicking 3 days ago
- Related to Feature #97367: Auto creation of database fields for TCA "datetime" added
Updated by Garvin Hicking 3 days ago
- Related to Bug #97216: Time value "midnight" (00:00) is not accepted added
Updated by Garvin Hicking 3 days ago
- Related to Bug #92900: Unable to store "epoch start" on native datetime fields with dbtype added