Skip to content
Snippets Groups Projects
Commit a03c782f authored by felmer's avatar felmer
Browse files

LMS-1783 bug revealed in system tests fixed

SVN: 19126
parent 5c28ae61
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ public abstract class TypedTableGrid<T extends ISerializable>
public String tryGetLink(T entity, final ISerializableComparable value)
{
if (value == null)
if (value == null || value.toString().length() == 0)
{
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment