Merge pull request #1806 from magento-engcom/2.2-develop-prs
Public Pull Requests magento/magento2#12530 Added correction for og:type content value by @atishgoswami magento/magento2#12359 Add a --no-update option to sampledata:deploy and sampledata:remove commands by @schmengler magento/magento2#11617 Re saving product attribute by @raumatbel magento/magento2#11608 Fix for issue 9633 500 error on setup wizard with memcache by @sylink Fixed Public Issues magento/magento2#6770 M2.1.1 : Re-saving a product attribute with a different name than it's code results in an error magento/magento2#9633 Web Setup Wizard 500 error when session storage is configured to use memcache
Showing
- app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php 91 additions, 55 deletions...o/Catalog/Controller/Adminhtml/Product/Attribute/Save.php
- app/code/Magento/Catalog/view/frontend/templates/product/view/opengraph/general.phtml 1 addition, 1 deletion...w/frontend/templates/product/view/opengraph/general.phtml
- app/code/Magento/SampleData/Console/Command/SampleDataDeployCommand.php 12 additions, 0 deletions...to/SampleData/Console/Command/SampleDataDeployCommand.php
- app/code/Magento/SampleData/Console/Command/SampleDataRemoveCommand.php 12 additions, 0 deletions...to/SampleData/Console/Command/SampleDataRemoveCommand.php
- app/code/Magento/SampleData/Test/Unit/Console/Command/AbstractSampleDataCommandTest.php 130 additions, 0 deletions...st/Unit/Console/Command/AbstractSampleDataCommandTest.php
- app/code/Magento/SampleData/Test/Unit/Console/Command/SampleDataDeployCommandTest.php 84 additions, 118 deletions...Test/Unit/Console/Command/SampleDataDeployCommandTest.php
- app/code/Magento/SampleData/Test/Unit/Console/Command/SampleDataRemoveCommandTest.php 109 additions, 0 deletions...Test/Unit/Console/Command/SampleDataRemoveCommandTest.php
- dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/AttributeTest.php 2 additions, 2 deletions...to/Catalog/Controller/Adminhtml/Product/AttributeTest.php
- dev/tests/integration/testsuite/Magento/Framework/Session/ConfigTest.php 29 additions, 24 deletions...ration/testsuite/Magento/Framework/Session/ConfigTest.php
- lib/internal/Magento/Framework/Session/Config.php 8 additions, 0 deletionslib/internal/Magento/Framework/Session/Config.php
- lib/internal/Magento/Framework/Session/Test/Unit/ConfigTest.php 17 additions, 10 deletions...ternal/Magento/Framework/Session/Test/Unit/ConfigTest.php
Please register or sign in to comment