Fix [ 1881480 ] Navigation problem between tabs
This commit is contained in:
parent
7ca3ef5043
commit
3491ac2745
|
@ -572,7 +572,10 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
m_parentNeedSave = true;
|
||||
if (where.length() != 0)
|
||||
where.append(" AND ");
|
||||
where.append(lc).append(" is null ");
|
||||
// where.append(lc).append(" is null ");
|
||||
// as opened by this fix [ 1881480 ] Navigation problem between tabs
|
||||
// it's safer to avoid retrieving details at all if there is no parent value
|
||||
where.append (" 2=3");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue