IDEMPIERE-2028 Find not requerying if not changed / restore one line deleted by mistake
This commit is contained in:
parent
1ec538db0b
commit
15596ee282
|
@ -624,6 +624,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||||
if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo
|
if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo
|
||||||
+ " - Only Current Rows=" + onlyCurrentRows
|
+ " - Only Current Rows=" + onlyCurrentRows
|
||||||
+ ", Days=" + onlyCurrentDays + ", Detail=" + isDetail());
|
+ ", Days=" + onlyCurrentDays + ", Detail=" + isDetail());
|
||||||
|
m_oldQuery = m_query.getWhereClause();
|
||||||
m_vo.onlyCurrentRows = onlyCurrentRows;
|
m_vo.onlyCurrentRows = onlyCurrentRows;
|
||||||
m_vo.onlyCurrentDays = onlyCurrentDays;
|
m_vo.onlyCurrentDays = onlyCurrentDays;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue