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

Deprecations: The TCA property ['ctrl']['cruser_id'] of table 'xxx' is not evaluated anymore and has therefore been removed. Please adjust your TCA accordingly. #744

Closed
SSFGizmo opened this issue Mar 27, 2024 · 2 comments
Assignees
Labels

Comments

@SSFGizmo
Copy link

SSFGizmo commented Mar 27, 2024

The TCA property ['ctrl']['cruser_id'] of table 'xxx' is not evaluated anymore and has therefore been removed. Please adjust your TCA accordingly.

OLD

/Resources/Private/CodeTemplates/Extbase/Configuration/TCA/tableName.phpt

        'crdate' => 'crdate',
        'cruser_id' => 'cruser_id',<f:if condition="{domainObject.sorting}">
        'sortby' => 'sorting',</f:if><f:if condition="{extension.supportVersioning}">

Perhaps it can help
NEW

/Resources/Private/CodeTemplates/Extbase/Configuration/TCA/Overrides/tt_content.phpt


        'crdate' => 'crdate',<f:if condition="{domainObject.sorting}">
        'sortby' => 'sorting',</f:if><f:if condition="{extension.supportVersioning}">

TYPO3 Version
v12.4

Extension Builder Version:
v12.0.0-beta.2

@PKuhlmay PKuhlmay added this to the Next v12 Release milestone Mar 28, 2024
@PKuhlmay PKuhlmay self-assigned this Mar 28, 2024
DavidBruchmann added a commit to DavidBruchmann/extension_builder that referenced this issue Mar 29, 2024
PKuhlmay pushed a commit that referenced this issue Mar 29, 2024
@PKuhlmay
Copy link
Collaborator

fixed by #747

@DavidBruchmann
Copy link
Contributor

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants