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

Missing documentation - Doctrine extension / Translatable with EasyAdmin #4982

Closed
Kerrialn opened this issue Jan 18, 2022 · 1 comment
Closed

Comments

@Kerrialn
Copy link

Describe the bug
I can't find how to implement a translatable entity (Doctrine extensions) inside easy admin, ideally to edit records in multiple languages.

To Reproduce

  1. Create a symfony skeleton project
  2. Install easy admin and translatable
  3. Create and entity with a translatable property, insert a few records (in different languages) in to the database
  4. Try to edit the created records in different languages (I don't know how to do this part and it 's not in the documentation)
@javiereguiluz
Copy link
Collaborator

@Kerrialn I'm afraid that not only the doc is missing ... this entire feature is missing. We don't plan to add support for translatable entities. See #1621, #1769, #2416, #3014, etc. for past discussions about this.

If you truly need this feature, you might need to consider to switch to some admin generator that supports it, such as SonataAdmin bundle: https://github.com/sonata-project/SonataAdminBundle

Sorry!

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