dmatthew / magento2-module-brand

Custom EAV Entity for Magento's manufacturer product attribute.
MIT License
15 stars 8 forks source link

Implement getList #11

Closed mpont91 closed 6 years ago

mpont91 commented 7 years ago

I need to implement this method. I tried but it's not working properly. Here is my question: https://magento.stackexchange.com/questions/180252/magento2-custom-eav-returning-null-at-getlist-via-api

I followed your model. But the implementation of the getList method is followed with a simple Model... so I don't know what I'm missing.