IDEMPIERE-2977 Update tab name not always correct
This commit is contained in:
parent
6a7b6807ce
commit
9485f855fd
|
@ -3261,7 +3261,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
Env.setContext(ctx, curWindowNo, "Value", "");
|
Env.setContext(ctx, curWindowNo, "Value", "");
|
||||||
Env.setContext(ctx, curWindowNo, "Name", "");
|
Env.setContext(ctx, curWindowNo, "Name", "");
|
||||||
}
|
}
|
||||||
|
prevdbInfo = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue