Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

On Click button Add related product issue magento 2.3.3 #163

Open
hhernandez-coder opened this issue Nov 29, 2019 · 4 comments
Open

On Click button Add related product issue magento 2.3.3 #163

hhernandez-coder opened this issue Nov 29, 2019 · 4 comments

Comments

@hhernandez-coder
Copy link

After open related product window show error message in post form "A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.". The error message in console is "The "componentType" configuration parameter is required for the "product_columns" component." and stop the process showing.

@kartikmaniyar
Copy link

kartikmaniyar commented Jan 2, 2020

@hhernandez-coder Did you get any reply from Mirasvit? OR Did you find solution for this? I am facing the same issue.

@kartikmaniyar
Copy link

@hhernandez-coder It looks like Mirasvit_Blog extension conflicts with Magento MSI functionality. I have resolved the issue now.

@TheRealHunzik
Copy link

@kartikmaniyar Hello, Can you please guide me how you have resolved this issue I am also struck in this conflict with one of my extension

@kartikmaniyar
Copy link

@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 \Magento\Catalog\Ui\DataProvider\Product\ProductDataProvider
+class ProductDataProvider extends \Magento\Catalog\Ui\DataProvider\Product\Related\RelatedDataProvider
 {
     public function getCollection()
     {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants