UIModelGrid: use empty string instead of "##Unlinked"

This commit is contained in:
Frank Wall 2017-01-26 20:21:34 +01:00
parent 30f971fb39
commit ffeb4bc6f9

View File

@ -116,7 +116,7 @@ class UIModelGrid
}
}
if (empty($row[$fieldname])) {
$row[$fieldname] = "##Unlinked";
$row[$fieldname] = "";
}
}
}