Merge pull request #1987 from magento-panda/PANDA-2.2-develop-PR
Fixed issues: - MAGETWO-81802: Magento 2.2.0rc23: Customer Grid Indexer not working #10838 - MAGETWO-84448: Product Import does not allow store-specific Custom Option labels - MAGETWO-85207: Customer's order grid is not displaying - MAGETWO-86657: Import existing customer with only three columns will override customer group_id and store_id - MAGETWO-86154: Wrong page cached for logged in user - MAGETWO-83293: Inefficient SQL query on applying filter on sales order grid - MAGETWO-83343: Customer shopping cart not accessible in admin order - MAGETWO-85708: Zoom the image can't be closed by iPhone with Safari browser
Showing
- app/code/Magento/BundleImportExport/Model/Export/RowCustomizer.php 128 additions, 15 deletions...Magento/BundleImportExport/Model/Export/RowCustomizer.php
- app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php 62 additions, 17 deletions...o/BundleImportExport/Model/Import/Product/Type/Bundle.php
- app/code/Magento/BundleImportExport/Test/Unit/Model/Export/Product/RowCustomizerTest.php 25 additions, 4 deletions...port/Test/Unit/Model/Export/Product/RowCustomizerTest.php
- app/code/Magento/BundleImportExport/Test/Unit/Model/Import/Product/Type/BundleTest.php 11 additions, 3 deletions...Export/Test/Unit/Model/Import/Product/Type/BundleTest.php
- app/code/Magento/BundleImportExport/composer.json 1 addition, 0 deletionsapp/code/Magento/BundleImportExport/composer.json
- app/code/Magento/CatalogImportExport/Model/Export/Product.php 30 additions, 23 deletions...code/Magento/CatalogImportExport/Model/Export/Product.php
- app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php 43 additions, 43 deletions...gento/CatalogImportExport/Model/Import/Product/Option.php
- app/code/Magento/CustomerImportExport/Model/Import/Customer.php 10 additions, 9 deletions...de/Magento/CustomerImportExport/Model/Import/Customer.php
- app/code/Magento/Sales/Model/AdminOrder/Create.php 2 additions, 1 deletionapp/code/Magento/Sales/Model/AdminOrder/Create.php
- app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php 51 additions, 1 deletion...e/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php
- app/code/Magento/Ui/Component/Filters.php 1 addition, 1 deletionapp/code/Magento/Ui/Component/Filters.php
- app/code/Magento/Ui/Test/Unit/Component/FiltersTest.php 79 additions, 0 deletionsapp/code/Magento/Ui/Test/Unit/Component/FiltersTest.php
- app/etc/di.xml 5 additions, 0 deletionsapp/etc/di.xml
- dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Cest/StorefrontCustomerCheckoutCest.xml 9 additions, 0 deletions...onalTest/Checkout/Cest/StorefrontCustomerCheckoutCest.xml
- dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Page/AdminEditCustomerPage.xml 15 additions, 0 deletions...to/FunctionalTest/Customer/Page/AdminEditCustomerPage.xml
- dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Section/AdminCustomerGridSection.xml 1 addition, 0 deletions...ctionalTest/Customer/Section/AdminCustomerGridSection.xml
- dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Section/AdminEditCustomerInformationSection.xml 14 additions, 0 deletions.../Customer/Section/AdminEditCustomerInformationSection.xml
- dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Section/AdminEditCustomerOrdersSection.xml 14 additions, 0 deletions...lTest/Customer/Section/AdminEditCustomerOrdersSection.xml
- dev/tests/integration/testsuite/Magento/Bundle/_files/product.php 1 addition, 0 deletions...s/integration/testsuite/Magento/Bundle/_files/product.php
- dev/tests/integration/testsuite/Magento/Bundle/_files/product_with_multiple_options.php 5 additions, 0 deletions...e/Magento/Bundle/_files/product_with_multiple_options.php
Please register or sign in to comment