[BUGFIX] All option values were deleted if one was deleted earlier
The problem occurs if you delete one custom option value was deleted. This occurred because the same value object is used for saving all values, and if one value is deleted the _isDeleted flag is set tot true on that object. So all values after that value will also be deleted.
Please register or sign in to comment