IDEMPIERE-201 Zk: Dropdown with table reference not always refresh for new record
This commit is contained in:
parent
679cf6474c
commit
631a3f3d1c
|
@ -411,7 +411,8 @@ ContextMenuListener, IZoomableEditor
|
|||
@Override
|
||||
public void dynamicDisplay()
|
||||
{
|
||||
if ((lookup != null) && (!lookup.isValidated() || !lookup.isLoaded()))
|
||||
if ((lookup != null) && (!lookup.isValidated() || !lookup.isLoaded()
|
||||
|| (isReadWrite() && lookup.getSize() != getComponent().getItemCount())))
|
||||
this.actionRefresh();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue