sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

Replace doctrine-inheritance by sulu-inheritance #349

Open turbo-ele opened 7 years ago

turbo-ele commented 7 years ago
Q A
Bug? no
New Feature? let's call it an enhancement
Version 16.2

Actual Behavior

Currently a Product can be extended by doctrine inheritance, which makes it necessary to split the product entity into BaseProduct and a Product class.

Also sulu-inheritance already has been implemented for products. That means, a product can be extended by either doctrine and/or sulu-inheritance.

Expected Behavior

Remove doctrine-inheritance functionality, so that sulu-inheritance is the only way to extend a product.

Pros

Cons