Added possibility to change the main product reference

This commit is contained in:
Julien Chanséaume
2014-07-21 15:01:49 +02:00
committed by Julien Chanseaume
parent f37625e5cf
commit eaad1afdff
6 changed files with 31 additions and 14 deletions

View File

@@ -158,6 +158,7 @@ class ProductController extends AbstractSeoCrudController
$changeEvent
->setLocale($formData['locale'])
->setRef($formData['ref'])
->setTitle($formData['title'])
->setChapo($formData['chapo'])
->setDescription($formData['description'])