IDEMPIERE-1105 The find advanced, automatically replaces the current record values.
This commit is contained in:
parent
4f2d489f29
commit
f46eecc5ca
|
@ -1661,6 +1661,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
||||||
if(field == null) return new Label("");
|
if(field == null) return new Label("");
|
||||||
|
|
||||||
GridField findField = (GridField) field.clone(m_findCtx);
|
GridField findField = (GridField) field.clone(m_findCtx);
|
||||||
|
findField.setGridTab(null);
|
||||||
WEditor editor = null;
|
WEditor editor = null;
|
||||||
if (findField.isKey()
|
if (findField.isKey()
|
||||||
|| (!DisplayType.isLookup(findField.getDisplayType()) && DisplayType.isID(findField.getDisplayType())))
|
|| (!DisplayType.isLookup(findField.getDisplayType()) && DisplayType.isID(findField.getDisplayType())))
|
||||||
|
|
Loading…
Reference in New Issue