IDEMPIERE-369 Master Detail layout improvements. Fixed unnecessary severe warning "Table Not Open".
This commit is contained in:
parent
4552a67fa3
commit
a36ed8d030
|
@ -1105,6 +1105,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||||
public void dataIgnore()
|
public void dataIgnore()
|
||||||
{
|
{
|
||||||
if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo);
|
if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo);
|
||||||
|
if (!m_mTable.isOpen())
|
||||||
|
return;
|
||||||
|
|
||||||
if (m_mTable.isInserting())
|
if (m_mTable.isInserting())
|
||||||
{
|
{
|
||||||
m_currentRow--;
|
m_currentRow--;
|
||||||
|
|
Loading…
Reference in New Issue