Bernhard Rusch

Results 170 comments of Bernhard Rusch

+ relations in localized fields + relations in object bricks + relations in field collections + field collections

I'm afraid that this is not the way we should fix it, as you can read here https://github.com/pimcore/pimcore/blob/2ad37be5b110a980418efaebd33b60a9998da7e5/models/DataObject/AbstractObject.php#L209 We're about to remove the possibility of `string` as well, so I'd...

Obsolete - it seems that there was a misunderstanding ...

@BlackbitDevs regarding WYSIWYG, plz see https://github.com/pimcore/pimcore/pull/17365

@zoidbergx WDYT about adapting `POST_LOAD` events to make `return null` possible, e.g. by using an argument?

Would definitely make things easier and would significantly reduce the amount of function calls 😊

@zoidbergx > backward compatibility instead of changing the the post load event which may affect much more listeners `POST_LOAD` shouldn't affect too many things, it's just used in the three...

A possible way could be to register all the needed non-shared services dynamically by a compiler pass. We also need to consider class mappings here. Then the ModelFactory could just...