Merge branch 'frontend' of https://github.com/thelia/thelia into frontend
Conflicts: core/lib/Thelia/Action/BaseAction.php core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php core/lib/Thelia/Controller/Admin/ProductController.php core/lib/Thelia/Core/Event/UpdateSeoEvent.php core/lib/Thelia/Form/ProductModificationForm.php core/lib/Thelia/Form/SeoFieldsTrait.php core/lib/Thelia/Model/Base/Product.php core/lib/Thelia/Model/Base/ProductI18n.php core/lib/Thelia/Model/Base/ProductI18nQuery.php core/lib/Thelia/Model/Map/ProductI18nTableMap.php core/lib/Thelia/Model/Map/ProductTableMap.php install/thelia.sql local/config/schema.xml templates/backOffice/default/includes/product-general-tab.html templates/backOffice/default/includes/seo-tab.html templates/backOffice/default/product-edit.html
This commit is contained in:
@@ -398,6 +398,7 @@ class Product extends BaseAction implements EventSubscriberInterface
|
|||||||
TheliaEvents::PRODUCT_TOGGLE_VISIBILITY => array("toggleVisibility", 128),
|
TheliaEvents::PRODUCT_TOGGLE_VISIBILITY => array("toggleVisibility", 128),
|
||||||
|
|
||||||
TheliaEvents::PRODUCT_UPDATE_POSITION => array("updatePosition", 128),
|
TheliaEvents::PRODUCT_UPDATE_POSITION => array("updatePosition", 128),
|
||||||
|
TheliaEvents::PRODUCT_UPDATE_SEO => array("updateSeo", 128),
|
||||||
|
|
||||||
TheliaEvents::PRODUCT_ADD_CONTENT => array("addContent", 128),
|
TheliaEvents::PRODUCT_ADD_CONTENT => array("addContent", 128),
|
||||||
TheliaEvents::PRODUCT_REMOVE_CONTENT => array("removeContent", 128),
|
TheliaEvents::PRODUCT_REMOVE_CONTENT => array("removeContent", 128),
|
||||||
|
|||||||
Reference in New Issue
Block a user