Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCA: Auto create management DB fields #1055

Open
julianhofmann opened this issue Jun 13, 2024 · 0 comments
Open

TCA: Auto create management DB fields #1055

julianhofmann opened this issue Jun 13, 2024 · 0 comments
Assignees

Comments

@julianhofmann
Copy link
Contributor

In "Check TCA Migrations" there are multiple entries about the obsolete configuration of starttime/endtime fields.

Example:

The TCA field 'endtime' of table 'tx_powermail_domain_model_answer' defines renderType="inputDateTime". The field has therefore been migrated to the TCA type 'datetime'. This includes corresponding migration of the "eval" list, as well as obsolete field configurations, such as "max". Please adjust your TCA accordingly.

Since TYPO3 v9, TYPO3 can take care of the management DB fields itself. So there's no need for proper configuration - we can pass this job just to the Core. Less code - less code to maintain, less problems ;-)

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.3/Feature-85160-AutoCreateManagementDBFieldsFromTCACtrl.html

@mschwemer mschwemer self-assigned this Aug 15, 2024
@mschwemer mschwemer added this to the V13 - Preparation milestone Aug 15, 2024
mschwemer added a commit that referenced this issue Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants