|
|
@@ -57,9 +57,11 @@ abstract class ProductFamilyAdminController extends AbstractAdminController |
|
|
|
$productFamilies[] = $productFamilyDto->getInstance(); |
|
|
|
} |
|
|
|
|
|
|
|
$this->getProductFamilyContainer()->getStore() |
|
|
|
->setSection($this->getSectionCurrentDefault()) |
|
|
|
->getWithReductions($productFamilies); |
|
|
|
if($responseParameters->get('pageName') != 'new') { |
|
|
|
$this->getProductFamilyContainer()->getStore() |
|
|
|
->setSection($this->getSectionCurrentDefault()) |
|
|
|
->getWithReductions($productFamilies); |
|
|
|
} |
|
|
|
|
|
|
|
// affichage du filtre sur section |
|
|
|
$responseParameters->set('display_switch_section', true); |