Commit 4a61e000 authored by Ad Schellevis's avatar Ad Schellevis

(mvc UI) mark unrelated option list items

parent ef9a09d9
...@@ -82,6 +82,9 @@ class UIModelGrid ...@@ -82,6 +82,9 @@ class UIModelGrid
$row[$fieldname] = $fieldValue['value']; $row[$fieldname] = $fieldValue['value'];
} }
} }
if (is_array($row[$fieldname])) {
$row[$fieldname] = "##Unlinked";
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment