Merge pull request #445 from magento-dragons/092016-pr-2.2
Fixed issues: - MAGETWO-57868: Search fails with an error when used user-defined price attribute as searchable - for mainline - MAGETWO-57924: Unable to add "Customer Group Price" - MAGETWO-55341: Request to ESI doesn't return any data - MAGETWO-57892: L4 Plan fails on mainline branch - MAGETWO-56150: Order comments history shows time of comment twice - MAGETWO-57933: Product quantity is not updated on 'cart/configure' page second time - MAGETWO-53041: 'Yes/No' attribute shown in Advanced Search result even it not used in filtration - MAGETWO-52926: Impossible to find product on Store Front with name like lowerCamelCaseNumber
Showing
- app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AdvancedPricing.php 0 additions, 1 deletion...Ui/DataProvider/Product/Form/Modifier/AdvancedPricing.php
- app/code/Magento/Catalog/view/adminhtml/web/js/form/element/price-input.js 0 additions, 15 deletions...Catalog/view/adminhtml/web/js/form/element/price-input.js
- app/code/Magento/Catalog/view/adminhtml/web/template/form/element/price-input.html 0 additions, 22 deletions...view/adminhtml/web/template/form/element/price-input.html
- app/code/Magento/CatalogSearch/Block/Advanced/Result.php 11 additions, 0 deletionsapp/code/Magento/CatalogSearch/Block/Advanced/Result.php
- app/code/Magento/CatalogSearch/Model/Advanced.php 5 additions, 3 deletionsapp/code/Magento/CatalogSearch/Model/Advanced.php
- app/code/Magento/CatalogSearch/Model/Search/RequestGenerator.php 26 additions, 39 deletions...e/Magento/CatalogSearch/Model/Search/RequestGenerator.php
- app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/Decimal.php 44 additions, 0 deletions...o/CatalogSearch/Model/Search/RequestGenerator/Decimal.php
- app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/General.php 42 additions, 0 deletions...o/CatalogSearch/Model/Search/RequestGenerator/General.php
- app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/GeneratorInterface.php 29 additions, 0 deletions...arch/Model/Search/RequestGenerator/GeneratorInterface.php
- app/code/Magento/CatalogSearch/Model/Search/RequestGenerator/GeneratorResolver.php 46 additions, 0 deletions...earch/Model/Search/RequestGenerator/GeneratorResolver.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php 1 addition, 1 deletion...de/Magento/CatalogSearch/Test/Unit/Model/AdvancedTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/DecimalTest.php 67 additions, 0 deletions...h/Test/Unit/Model/Search/RequestGenerator/DecimalTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/GeneralTest.php 65 additions, 0 deletions...h/Test/Unit/Model/Search/RequestGenerator/GeneralTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGenerator/GeneratorResolverTest.php 76 additions, 0 deletions...t/Model/Search/RequestGenerator/GeneratorResolverTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Search/RequestGeneratorTest.php 42 additions, 9 deletions...logSearch/Test/Unit/Model/Search/RequestGeneratorTest.php
- app/code/Magento/CatalogSearch/etc/di.xml 8 additions, 0 deletionsapp/code/Magento/CatalogSearch/etc/di.xml
- app/code/Magento/Checkout/view/frontend/layout/checkout_cart_configure.xml 3 additions, 0 deletions...Checkout/view/frontend/layout/checkout_cart_configure.xml
- app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml 1 addition, 1 deletion...w/frontend/templates/cart/item/configure/updatecart.phtml
- app/code/Magento/Checkout/view/frontend/web/js/view/configure/product-customer-data.js 59 additions, 0 deletions...w/frontend/web/js/view/configure/product-customer-data.js
- app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/History.php 2 additions, 5 deletions.../Magento/Sales/Block/Adminhtml/Order/View/Tab/History.php
Please register or sign in to comment