Bug #100154
closedCreating new reactions records are broken
100%
Description
Creating new `ext:reactions` records are broken. And emits a
sql error message. This happens when it's tried to switch to
the core-shipped type.
Using a default value on database level does not work with
all database backends TYPO3 v12 officially supports, which
has been tried with #100088 and mitigated with #100101. So
that's not an option here.
Only option I currently see, is to bake the default value
using TCA default setting, which was the way the original
`type=user dbType=JSON` variant has used when introduced
with #99226 - until it has been shifted with #100088.
Files
Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted 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/+/78107
Updated by Stefan Bürk over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba0a859188fd73f1d9f906099c11f2f76f4baf02.
Updated by Oliver Bartsch over 1 year ago
- Related to Task #100156: Set TCA default for type "json" via TcaPreparation added