Blackbit
Blackbit
Hmm, have no idea. Just noticed that it happened again, I saw this error `Object #35 could not be saved. Reverted changes. Error: TypeError: Pimcore\Model\DataObject\Objectbrick\Data\Medien::getArtikelbild(): Return value must be of...
Last week I saw that this (also) happens if there is a draft version of the object (in Pimcore 10.5 so the changes from #9537 are included and nevertheless the...
@brusch, I have added upgrade notes and rebased to `11.x`.
@robertSt7 Have fixed it. This problem was caused when no visible fields have been selected. In this case in https://github.com/pimcore/pimcore/blob/2f46cce6e9f048ac6f68bcf7ca72f8d2829879e3/models/DataObject/ClassDefinition/Data/ManyToManyObjectRelation.php#L815-L823 do not get converted to a string.
@robertSt7 Fixed. This was because at this time we developed this PR and #13131 in parallel but as #13131 was declined, we do not have the `sqlCondition`.
@robertSt7 I have added the fallback when no visible fields have been set - as suggested id, fullpath and classname get displayed in this case. The clear button imho is...
@robertSt7 Now `let` gets used in the JS files. I saw that most of the changed lines here at Github came from formatting - in PhpStorm you can ignore formatting...
@brusch As this would really be handy and as I would like to have this feature in Pimcore rather than sending clients patch files, I thought again to find a...
@brusch or @fashxp ?
@brusch, @jdreesen What do you think of a data option provider (similar to https://pimcore.com/docs/pimcore/current/Development_Documentation/Objects/Object_Classes/Data_Types/Dynamic_Select_Types.html)? The `getOptions()` would need to return a list of compatible `ElementInterface` objects.