Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 526 Bytes

2022-04-11-fix-app-url-changed-if-no-apps-are-installed.md

File metadata and controls

8 lines (8 loc) · 526 Bytes
title issue
Fix AppUrlChangedModal if no apps are installed
NEXT-21086

Core

  • Changed \Shopware\Core\Framework\App\ShopId\ShopIdProvider::getShopId() to not throw an AppUrlChangeDetectedException if no apps are installed, as it is no exception case in that case and the AppUrlChange modal won't be shown.
  • Removed internal Shopware\Core\Framework\App\Exception\NoAppUrlChangeDetectedException
  • Removed const SHOP_DOMAIN_CHANGE_CONFIG_KEY of internal \Shopware\Core\Framework\App\ShopId\ShopIdProvider.