data-hub icon indicating copy to clipboard operation
data-hub copied to clipboard

[Feature]: Disabling of language fallback

Open ttheuerkauf opened this issue 4 years ago • 0 comments

Feature description

Currently there is no way to disable the language fallback for queries like there is in PHP:

\Pimcore\Model\DataObject\Localizedfield::setGetFallbackValues(false);

Currently there is no chance to determine if a value is really a translated value or the default value if you really have to. Therefore it would be better to disable the fallback if needed.

ttheuerkauf avatar Feb 16 '22 15:02 ttheuerkauf