mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
UIModelGrid: use empty string instead of "##Unlinked"
This commit is contained in:
parent
30f971fb39
commit
ffeb4bc6f9
@ -116,7 +116,7 @@ class UIModelGrid
|
||||
}
|
||||
}
|
||||
if (empty($row[$fieldname])) {
|
||||
$row[$fieldname] = "##Unlinked";
|
||||
$row[$fieldname] = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user