On 3/29/2017 at 8:41 PM, cherepaxa said:Solution for this problem
open in /src/PrestaShopBundle/Controller/Admin/ProductController.php$attributeGroups = $this->getDoctrine()->getManager()->getRepository('PrestaShopBundle:Attribute')->findByLangAndShop(1, 1);set in FindByLangAndShop(you language id, you shop id)
Thank you So much!
This solution resolved my problem