PCHD#31342 Verwijderen van melding
svn path=/Website/trunk/; revision=23791
This commit is contained in:
@@ -87,6 +87,7 @@ model_issues =
|
||||
var prs3d = false;
|
||||
|
||||
var query = api2.sqlfields(params, model_issues );
|
||||
query.wheres.push("mld_melding.fac_activiteit_key IS NULL");
|
||||
|
||||
if (scope == "fe")
|
||||
{
|
||||
|
||||
@@ -88,8 +88,7 @@ var url = "";
|
||||
// Execute the API2 request for all domains
|
||||
for (var cid in xd.SecundaryDomains) {
|
||||
url = xd.SecundaryDomains[cid].url + "api2/issues.json?scope="+urole;
|
||||
//lokaal testen:
|
||||
url = "http://pchd.sgf12/facilitor5iwork/" + "api2/issues.json?scope="+urole;
|
||||
//lokaal testen: url = "http://<cust>.sgf12/facilitor5iwork/appl/" + "api2/issues.json?scope="+urole;
|
||||
|
||||
// Condities toevoegen (komen van mld_search.asp)
|
||||
if (mldnum > -1) url += "&id="+ mldnum;
|
||||
|
||||
Reference in New Issue
Block a user