pimcore / output-data-config-toolkit

Output Data Config Toolkit community bundle adds some additional tools for formatting data outputs to Pimcore.
Other
21 stars 22 forks source link

Fix null value Exception #113

Closed zieglerh closed 8 months ago

zieglerh commented 8 months ago

There is an Exception in the Pimcore Demo when rendering the products page

Screenshot 2024-03-02 at 18 10 21

An exception has been thrown during the rendering of a template ("Pimcore\Localization\IntlFormatter::formatNumber(): Argument #1 ($value) must be of type int|float, null given, called in /var/www/html/vendor/pimcore/output-data-config-toolkit-bundle/src/ConfigElement/Value/Numeric.php on line 48"). File: /var/www/html/templates/areas/print-product-table/spec_attribute/column-attribute-table-header.html.twig Line: 13

The problem is the header column "Price in EUR" does not have value and is marked as empty.

Screenshot 2024-03-02 at 18 13 17