oroinc / platform

Main OroPlatform package with core functionality.
Other
627 stars 351 forks source link

[v5.1][EntityExtend] How to add interfaces, traits to ORO entities #1098

Open xgitxhubx opened 1 year ago

xgitxhubx commented 1 year ago

Hello,

I have an ORO project (v5.0) that has already used entity generator extension in order to add our custom interface implementations and traits.

But I have just seen this commit: https://github.com/oroinc/platform/commit/1f27d354fa418eead8f17b2a27d20c050238aa58

It means in v5.1, we can not add custom interface implementations, and traits to existing ORO's entities?

Do we have another way to do it?

Could you please help?

Thank you!