diff --git a/APPL/API2/model_issues.inc b/APPL/API2/model_issues.inc index e98c6b86a7..139a8c3bc3 100644 --- a/APPL/API2/model_issues.inc +++ b/APPL/API2/model_issues.inc @@ -515,7 +515,8 @@ function model_issues(mld_key, params) processor: processor, treatmentteam: treatmentteam, canFOwrite: this_mld.canFOwrite, - canBOwrite: this_mld.canBOwrite + canBOwrite: this_mld.canBOwrite, + noValidateToken: true } mld.acceptmelding(mld_key, params); } diff --git a/APPL/API2/model_visitors.inc b/APPL/API2/model_visitors.inc index 9d3e5ae003..de57a455da 100644 --- a/APPL/API2/model_visitors.inc +++ b/APPL/API2/model_visitors.inc @@ -24,6 +24,7 @@ function model_visitors() this.records_name = "visitors" this.record_name = "visitor"; this.autfunction = "WEB_BEZUSE"; // TODO!! + this.multi_update = true; this.fields = {"id" : { dbs: "bez_bezoekers_key", typ: "key", diff --git a/APPL/CHAT/ChatterWant.asp b/APPL/CHAT/ChatterWant.asp index e4d8e554e8..b9a4248df2 100644 --- a/APPL/CHAT/ChatterWant.asp +++ b/APPL/CHAT/ChatterWant.asp @@ -33,7 +33,10 @@ Application.UnLock(); %> - -
-<% - PAGE_START({ id: "page_setlocation" }); - HEADER ({back: !qrc}); - CONTENT_START(); - -%> -