IDEMPIERE-4417 Cancel ASI selection not closing properly (#411)
Co-authored-by: Alan Lescano <alan.lesc1@gmail.com>
This commit is contained in:
parent
8576879f1f
commit
333d35a504
|
@ -307,9 +307,9 @@ public class WPAttributeInstance extends Window implements EventListener<Event>
|
||||||
detach();
|
detach();
|
||||||
else if (e.getTarget().getId().equals("Cancel"))
|
else if (e.getTarget().getId().equals("Cancel"))
|
||||||
{
|
{
|
||||||
detach();
|
|
||||||
m_M_AttributeSetInstance_ID = -1;
|
m_M_AttributeSetInstance_ID = -1;
|
||||||
m_M_AttributeSetInstanceName = null;
|
m_M_AttributeSetInstanceName = null;
|
||||||
|
detach();
|
||||||
}
|
}
|
||||||
else if (e.getTarget() == showAll)
|
else if (e.getTarget() == showAll)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue