- Issue created by @vikas shishodia
- Merge request !111Issue #3507357: Fixing error with link field with limited cardinality. → (Open) created by Unnamed author
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
I suppose instead of
if (!empty($result = $this->resolveFieldItem($item, $context))) {
Could you use
is_null
? - 🇦🇺Australia almunnings Melbourne, 🇦🇺
Hmm, nah not passing tests.
I'll try take a look at this next