title | issue |
---|---|
Install Shopware success with another locale |
NEXT-25623 |
- Changed the
getSalesChannelConfiguration
function insrc/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php
to get default snippet set. - Added the
guessSnippetSetId
function insrc/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php
to get default snippet set if snippet set not exists. - Changed the
getSnippetSetId
function insrc/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php
to remove throw exception.