Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 451 Bytes

2023-11-23-fix-working-with-feature-flags-in-plugin-configuration.md

File metadata and controls

10 lines (10 loc) · 451 Bytes
title issue author author_email author_github
Fix working with Feature Flags in Plugin Configuration
NEXT-33717
Rafael Kraut
14234815+RafaelKr@users.noreply.github.com
RafaelKr

Core

  • Changed Shopware\Core\System\SystemConfig\Service\ConfigurationService::getConfiguration() to ensure that it returns sequentially indexed Arrays which are reliably encoded as Arrays instead of sometimes resulting in Objects when using json_encode.