Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 491 Bytes

2022-02-21-allow-app-script-endpoints-for-action-buttons.md

File metadata and controls

8 lines (8 loc) · 491 Bytes
title issue
Allow AppScript endpoints as valid target URL for ActionButtons
NEXT-20202

Core

  • Changed \Shopware\Core\Framework\App\Lifecycle\AppLifecycle to persist ActionButtons even if no setup section is provided in manifest.xml.
  • Changed \Shopware\Core\Framework\App\ActionButton\AppAction to allow null as AppSecret and relative target URLs.
  • Changed \Shopware\Core\Framework\App\ActionButton\Executor to execute sub-requests if target URL of AppAction is relative.