Skip to content

Commit

Permalink
Update description of DateTime nullable option
Browse files Browse the repository at this point in the history
See: 87294: [BUGFIX] Remove inconvenient nullable checkbox from datetime elements | https://review.typo3.org/c/Packages/TYPO3.CMS/+/87294

Releases main, 13.4, 12.4
  • Loading branch information
nhovratov authored and github-actions[bot] committed Feb 4, 2025
1 parent 38a4381 commit a456376
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
:Default: false
:Scope: Proc

If set to true, a checkbox will appear, which by default deactivates the
field. In the deactivated state the field is saved as :sql:`NULL` in the
database. By activating the checkbox it is possible to set a value.
If nothing is entered into the field, then an empty string will be saved and not a :sql:`NULL`.
If nothing is entered into the field, then it will be saved as :sql:`NULL`.

The database field must allow the :sql:`NULL` value.

Expand Down

0 comments on commit a456376

Please sign in to comment.