sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

Remove basic findById from ProductRepository #354

Open turbo-ele opened 7 years ago

turbo-ele commented 7 years ago
Q A
Bug? no
New Feature? no
Version 0.16

Actual Behavior

The function findById is overwritten in ProductRepository. This prohibits the ability for retrieving multiple products by passing an array of ids which the original findBy function is supporting.

Expected Behavior

Remove the function, since it's not bringing any greater benefits as far as i know.