IDEMPIERE-1271 Bug of read only logic for tab / fix quick entry broken
This commit is contained in:
parent
27551c87c9
commit
2184a3f3de
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue