We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b21648 commit 6307fadCopy full SHA for 6307fad
src/ConfigElement/Value/DimensionUnitField.php
@@ -41,6 +41,7 @@ public function getLabeledValue($object)
41
$result = new \stdClass();
42
$result->label = $rawResult->label;
43
$result->def = $rawResult->def ?? null;
44
+ $result->value = null;
45
46
$formatter = \Pimcore::getContainer()->get(\Pimcore\Localization\IntlFormatter::class);
47
0 commit comments