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
Add product with 9 custom options (I haven't tested with less on a clean install but on an install with customisations it seems to be a problem with any number of options)
Add another product and try to import custom options from previously created product
Javascript Error: Uncaught RangeError: Maximum call stack size exceeded dynamic-rows.js:231 (the file varies)
Expected result
For Magento to import custom options selected
Actual result
Javascript Error: Uncaught RangeError: Maximum call stack size exceeded dynamic-rows.js:231 (the file varies)
So the new import custom options was an awesome feature in Magento 2.0 and working we were using it for a project, but after upgradering to 2.1, this feature appears to have broken both with large and small quantities of custom options.
As a side note, great as this feature is. I wouldn't mind this feature to only be available when a product was saved, and for this to be as much a server side change as a frontend change. Meaning that when you clicked on import options it would actually copy the fields to the selected product including translations from other stores, since this is missing now.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
Expected result
Actual result
So the new import custom options was an awesome feature in Magento 2.0 and working we were using it for a project, but after upgradering to 2.1, this feature appears to have broken both with large and small quantities of custom options.
As a side note, great as this feature is. I wouldn't mind this feature to only be available when a product was saved, and for this to be as much a server side change as a frontend change. Meaning that when you clicked on import options it would actually copy the fields to the selected product including translations from other stores, since this is missing now.
The text was updated successfully, but these errors were encountered: