RWSN#35799 Ook OR-filters ipc AND ondersteunen. Inactieve prototype code
svn path=/Website/trunk/; revision=28573
This commit is contained in:
@@ -458,6 +458,12 @@ function report_GET(params)
|
||||
if ("addfixedfilters" in this)
|
||||
this.addfixedfilters(params.filter);
|
||||
var wheres = api2.sqlfilter(params, this);
|
||||
// RWSN#35799 Experimenteel: rapporten waarvan naam begint met OR_ doen een OR op de zichtbare filtervelden
|
||||
//if (this.records_title.substr(0,3) == "OR_")
|
||||
//{
|
||||
// if (wheres.length)
|
||||
// wheres = ["(" + wheres.join(" OR ") + ")"];
|
||||
//}
|
||||
if ("add3d" in this)
|
||||
this.add3d(wheres);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user