Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix null value Exception #113

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Fix null value Exception #113

merged 1 commit into from
Mar 7, 2024

Conversation

zieglerh
Copy link
Contributor

@zieglerh zieglerh commented Mar 3, 2024

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

@kingjia90 kingjia90 added this to the v5.0.2 milestone Mar 7, 2024
@kingjia90 kingjia90 merged commit 64c30be into pimcore:5.0 Mar 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants