Open joachim-n opened 3 years ago
$target_item = $item->getItem($address);
which can lead to:
if ($ref->hasProperty($child_name)) {
and if $ref is ArrayData, then there's a crash because hasProperty() is not defined on those.
We need an equivalent to isSimple().
which can lead to:
and if $ref is ArrayData, then there's a crash because hasProperty() is not defined on those.
We need an equivalent to isSimple().