Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014066Openbravo ERP00. Application dictionarypublic2010-07-27 13:342022-02-01 08:08
networkb 
Triage Platform Base 
highmajoralways
newopen 
5
 
 
Core
No
0014066: When adding a where cluse on the tab using the or condition it is needed to add () for all the clause
When adding a where cluse on the tab using the or condition it is needed to add () for all the clause.

For example to add a filter clasuse as following:

@AD_User_ID@='1000' OR @AD_Role_ID@='1001'

you have to add ():

(@AD_User_ID@='1000' OR @AD_Role_ID@='1001')

If the parentesis is not defined you get and error in the edit view because more than one register are showed to edit.

The parentesis should be added internally by wad when generating the select.
No tags attached.
Issue History
2010-07-27 13:34networkbNew Issue
2010-07-27 13:34networkbAssigned To => alostale
2017-04-10 14:39alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.