Kartik Maniyar
Kartik Maniyar
@hhernandez-coder Did you get any reply from Mirasvit? OR Did you find solution for this? I am facing the same issue.
@hhernandez-coder It looks like **Mirasvit_Blog** extension conflicts with **Magento MSI** functionality. I have resolved the issue now.
@TheRealHunzik It can be resolved by applying below given patch: ``` --- a/vendor/mirasvit/module-blog/Ui/Post/Form/ProductDataProvider.php 2020-01-02 11:18:11.672993635 +0000 +++ b/vendor/mirasvit/module-blog/Ui/Post/Form/ProductDataProvider.php 2020-01-02 11:27:26.916990551 +0000 @@ -4,7 +4,7 @@ use Magento\Catalog\Model\ResourceModel\Product\Collection; -class ProductDataProvider extends...