mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
Incompatibility with "stof/doctrine-extensions-bundle" "translatable" extension #7362
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sebastien-confetti on GitHub (Apr 25, 2024).
BC Break Report
Summary
A semantic error occurs when using the #[Translatable] attribute in an entity.
Previous behavior
All goes well.
No error is displayed.
Current behavior
The following error is displayed:
How to reproduce
After installing stof/doctrine-extensions-bundle
And made the following changes to the project:
And then makes a:
The following error is displayed:
@mbabker commented on GitHub (Apr 25, 2024):
This is not a bug with the ORM.
You are trying to use the
gedmo/doctrine-extensionspackage alongside ORM 3.x, and this package is not yet compatible with the new ORM version.