markus-moser
markus-moser
### Pimcore version 11.x ### Steps to reproduce ```php AbstractObject::setGetInheritedValues(true); $value = $object->getLocalizedfields(); /** @var ClassDefinition\Data\Localizedfields $fieldDefinition */ $fieldDefinition = $object->getClass()->getFieldDefinition('localizedfields'); $result = $fieldDefinition->normalize($value); ``` ### Actual Behavior `$result` does...
This PR adds a data object normalizer which is based on Pimcore's normalize() methods of the field definitions within the class defintion of the data object. It can be used...
### Feature description In object storage setups asset deletion is quite an expensive task. A better approach would be to mark assets as deleted only an later on delete the...
### Improvement description Instead of filtering and loading the data objects from the database it would be a big advantage if we could add the generic data index OpenSearch indices...
### Expected behavior It should be possible to rename data object/folders outside of the admin context when data hub workspaces are involved. ### Actual behavior This exception is triggered: https://github.com/pimcore/data-hub/blob/e66308aaafb34969e72d81423d427d95f8e36d98/src/Configuration.php#L235...
CustomerLanguage should be added via HTTP-Header in api calls. see https://github.com/drewm/mailchimp-api/issues/148
As they are migrated from Pimcore 4 they are currently not implemented as services.
### Improvement description If a date is not a date where the field type is configured to ignore timezones the applied timezone needs to be added to the outputted date...
### Improvement description Follow-up to #17444 - [ ] Remove conflict in composer.json and require a minimum version for twig >= 4.0.0 - [ ] Remove deprecated twig extensions using...