[2710711] Add new record allows navigation to wrong detail
- lookup for link column's value should not take from global context
This commit is contained in:
parent
e98c9d5a51
commit
112a46af47
|
@ -587,7 +587,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
String value = Env.getContext(m_vo.ctx, m_vo.WindowNo, lc);
|
String value = Env.getContext(m_vo.ctx, m_vo.WindowNo, lc, true);
|
||||||
// Same link value?
|
// Same link value?
|
||||||
if (refresh)
|
if (refresh)
|
||||||
refresh = m_linkValue.equals(value);
|
refresh = m_linkValue.equals(value);
|
||||||
|
|
Loading…
Reference in New Issue