RWSN#35799 Ook OR-filters ipc AND ondersteunen. Inactieve prototype code

svn path=/Website/trunk/; revision=28573
This commit is contained in:
Jos Groot Lipman
2016-03-22 12:42:26 +00:00
parent d04018ea17
commit b52d7a75dc

View File

@@ -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);