[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:
Heng Sin Low 2009-03-27 08:19:54 +00:00
parent e98c9d5a51
commit 112a46af47
1 changed files with 1 additions and 1 deletions

View File

@ -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);