You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
Create new product in Akeneo. Make sure the product has no attributes.
Select "Clone" from the menu.
Enter a product code.
Click "Save".
Actual result:
Blank dialog appears. The product is not cloned.
var/logs/prod.log shows:
request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Cannot use object of type stdClass as array" at /srv/pim/vendor/flagbit/product-cloner-bundle/src/Controller/AbstractController.php line 41 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot use object of type stdClass as array at /srv/pim/vendor/flagbit/product-cloner-bundle/src/Controller/AbstractController.php:41)"} []
Expected result:
Product should be cloned (or at least an error message should appear in the dialog).
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Actual result:
Blank dialog appears. The product is not cloned.
var/logs/prod.log
shows:Expected result:
Product should be cloned (or at least an error message should appear in the dialog).
The text was updated successfully, but these errors were encountered: