KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
911 stars 287 forks source link

[Translatable] Override default translatable_id column field #574

Closed akira28 closed 2 years ago

akira28 commented 4 years ago

I'm trying to use a preexisting table with the Translatable behaviour. My problem is that the column name for the translatable id is not translatable_id. Is there a way to override or fake somehow the name of the column without copying and replacing the whole TranslatableSubscriber class?

TomasVotruba commented 2 years ago

Hi, I'm going through old opended issues and PRs to cleanup too-long-opened items and close them. Thank you for your contribution and time.

We needs a feature with test and passing CI to be able to merge it without letting a bug in. If this is still relevant for you, please add code with test and make CI pass first. Then we'll able to merge your feature without further waiting :+1:

Thank for understanding.