Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0014066
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 00. Application dictionarymajoralways2010-07-27 13:342022-02-01 08:08
ReporternetworkbView Statuspublic 
Assigned ToTriage Platform Base 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0014066: When adding a where cluse on the tab using the or condition it is needed to add () for all the clause

DescriptionWhen 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-07-27 13:34 networkb New Issue
2010-07-27 13:34 networkb Assigned To => alostale
2017-04-10 14:39 alostale Assigned To alostale => platform
2022-02-01 08:08 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker