-
Notifications
You must be signed in to change notification settings - Fork 29
Conversation
Work in progressPending:
|
Eliminate usage of Zend_Mime from Magento 2 Open Source
I think what we will have to do here is change the way that products are duplicated as currently they will silently fail when a product is duplicated via the admin. I would recommend changing the class What do you both think? |
@dmanners so I think we had an automatic naming logic before but it often resulted in proliferation of copies. I think the plan for Magento 2 was to offer meaningful error messages. |
- Merge Pull Request magento/graphql-ce#102 from magento/graphql-ce:graphql-fix-the-category-tree-depth-calculation-issue - Merged commits: 1. 9116d82
Description
Removed logic for generating unique SKU when already exists. Throw an exception instead which will be presented to the user.
Fixed Issues (if relevant)
#101
Manual testing scenarios
Contribution checklist