IDEMPIERE-1271 Bug of read only logic for tab / fix quick entry broken

This commit is contained in:
Carlos Ruiz 2013-08-21 18:01:45 -05:00
parent 27551c87c9
commit 2184a3f3de
1 changed files with 2 additions and 1 deletions

View File

@ -434,7 +434,8 @@ public class GridField
}
//check tab context
if (checkContext && getGridTab() != null)
if (checkContext && getGridTab() != null &&
! "Y".equals(Env.getContext(Env.getCtx(), getWindowNo(), "_QUICK_ENTRY_MODE_")))
{
if (getGridTab().isReadOnly())
{