mcop1
mcop1
@matthiashamacher Any chance you had some time to look at the feedback?
Thanks @matthiashamacher , after further discussion within the team, we still want to have those changes of course, but we decided to do it with Pimcore 12 and keep your...
@skoch98 For now we can merge the Twig function, I would create a follow up to discuss adding `getTag` to `AbstractElement`
Unfortunately I have to close this pull request for now due to inactivity. Feel free to reopen the pr (or create a new one) as soon as you have new...
@alexej-d If I understood you correctly, you need to load the data objects based on of their attributes? You can do that already: https://pimcore.com/docs/data-importer/current/Configuration/Resolver_Settings.html (`Loading Strategy: Attribute`)
@MLindenhofer sorry, not yet. We are trying to get everything going for Pimcore 11 first. But I added this topic to my to do list, hopefully I can get it...
@mohammed-mahmoud-scandi if you have questions about the pimcore then the discussions board is a good place to ask the developers & community -> https://github.com/pimcore/pimcore/discussions
Hello @blankse , just had a quick look and userOwner/userModification get set to `null`. Therefore I´d say the values should be nullable. Since this is already the case in your...
@blankse if I got that right, you had the situation that creation/modificationDate was null, right? To make them not nullable, we would need to add a migration for that case....
Thanks for adding the migration. I will try to run it locally, do some tests and merge it afterwards.