Browse Source

fix configurable options

andre 2 years ago
parent
commit
7a4510cb7d

+ 0 - 2
app/UI/Admin/ProductConfiguration/Providers/ConfigurableOptionManager.php

@@ -30,7 +30,6 @@ class ConfigurableOptionManager extends BaseDataProvider implements AdminArea
             ->loadById($productId);
 
         $options = new ConfigOptionsType();
-        $options->setType($productManager->get(ProductParams::CLASS_OF_SERVICE_NAME));
         $options->setProductId($productId);
         $options->load();
 
@@ -56,7 +55,6 @@ class ConfigurableOptionManager extends BaseDataProvider implements AdminArea
                 ->loadById($productId);
 
             $options = new ConfigOptionsType();
-            $options->setType($productManager->get(ProductParams::CLASS_OF_SERVICE_NAME));
             $options->setProductId($productId);
             $options->load();