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

Check TCA Migrations in version 13.0.2 #162

Open
instruccionesaldorso opened this issue Feb 22, 2025 · 0 comments
Open

Check TCA Migrations in version 13.0.2 #162

instruccionesaldorso opened this issue Feb 22, 2025 · 0 comments

Comments

@instruccionesaldorso
Copy link

"Admin Tools > Check TCA Migrations" complains about:

The TCA field 'name' of table 'tx_dpcookieconsent_domain_model_cookie' defines "required" in its "eval" list. This is not evaluated anymore and should be replaced by `'required' => true`.
The TCA field 'duration' of table 'tx_dpcookieconsent_domain_model_cookie' defines "required" in its "eval" list. This is not evaluated anymore and should be replaced by `'required' => true`.
The TCA field 'vendor' of table 'tx_dpcookieconsent_domain_model_cookie' defines "required" in its "eval" list. This is not evaluated anymore and should be replaced by `'required' => true`.
The TCA field 'vendor_link' of table 'tx_dpcookieconsent_domain_model_cookie' defines renderType="inputLink". The field has therefore been migrated to the TCA type 'link'. This includes corresponding configuration of the "linkPopup", as well as obsolete field configurations, such as "max" and "softref". Please adjust your TCA accordingly.
The TCA field 'script_src' of table 'tx_dpcookieconsent_domain_model_cookie' defines renderType="inputLink". The field has therefore been migrated to the TCA type 'link'. This includes corresponding configuration of the "linkPopup", as well as obsolete field configurations, such as "max" and "softref". Please adjust your TCA accordingly.
The TCA field 'starttime' of table 'tx_dpcookieconsent_domain_model_cookie' 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.
The TCA field 'endtime' of table 'tx_dpcookieconsent_domain_model_cookie' 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.
The TCA property ['ctrl']['cruser_id'] of table 'tx_dpcookieconsent_domain_model_cookie' is not evaluated anymore and has therefore been removed. Please adjust your TCA accordingly.
The TCA field 'hidden' of table 'tx_dpcookieconsent_domain_model_cookie' uses the legacy way of defining 'items'. Please switch to associated array keys: label, value, icon, group, description.
The TCA field 'category' of table 'tx_dpcookieconsent_domain_model_cookie' uses the legacy way of defining 'items'. Please switch to associated array keys: label, value, icon, group, description.
The TCA field 'duration_time' of table 'tx_dpcookieconsent_domain_model_cookie' uses the legacy way of defining 'items'. Please switch to associated array keys: label, value, icon, group, description.
The TCA field 'script' of table 'tx_dpcookieconsent_domain_model_cookie' uses 'renderType' with the value 't3editor', which has been migrated to 'codeEditor'. Please adjust your TCA accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant