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 7 months 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 7 months 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 7 months 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 7 months 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 7 months 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 7 months 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 7 months 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 7 months 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 7 months 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 7 months 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 6 months 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 6 months 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 6 months 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 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e5c4e0f8e66df0f97608c1b591cbfa378baece78.
Updated by Benjamin Franzke 6 months ago
- Related to Bug #105777: Remove useless nullable checkbox from datetime elements added
Updated by Garvin Hicking 6 months ago
- Related to Bug #102602: Time input does not initialize 00:00 properly added
Updated by Garvin Hicking 6 months ago
- Related to Feature #97367: Auto creation of database fields for TCA "datetime" added
Updated by Garvin Hicking 6 months ago
- Related to Bug #97216: Time value "midnight" (00:00) is not accepted added
Updated by Garvin Hicking 6 months ago
- Related to Bug #92900: Unable to store "epoch start" on native datetime fields with dbtype added
Updated by S P 6 months ago
- Related to Bug #105817: The fix for #105666 (streamline null and midnight for dbType datetime) was breaking in some cases, and also ignores the TCA default value for datetime added
Updated by Benjamin Franzke 3 months ago
- Related to Bug #106401: Nullable integer based time fields store consider 0 as empty value added