BF [ 1673902 ] Independent tabs with "Processed" column are not working
This commit is contained in:
parent
4aec185a6a
commit
d1f31eaf6b
|
@ -874,7 +874,8 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Prevent New Where Main Record is processed
|
// Prevent New Where Main Record is processed
|
||||||
if (m_vo.TabNo > 0)
|
// but not apply for TabLevel=0 - teo_sarca [ 1673902 ]
|
||||||
|
if (m_vo.TabLevel > 0 && m_vo.TabNo > 0)
|
||||||
{
|
{
|
||||||
boolean processed = "Y".equals(Env.getContext(m_vo.ctx, m_vo.WindowNo, "Processed"));
|
boolean processed = "Y".equals(Env.getContext(m_vo.ctx, m_vo.WindowNo, "Processed"));
|
||||||
// boolean active = "Y".equals(Env.getContext(m_vo.ctx, m_vo.WindowNo, "IsActive"));
|
// boolean active = "Y".equals(Env.getContext(m_vo.ctx, m_vo.WindowNo, "IsActive"));
|
||||||
|
|
Loading…
Reference in New Issue