onbedoeld gecommit

svn path=/Website/branches/v2017.3/; revision=37806
This commit is contained in:
Erik Groener
2018-05-01 06:37:53 +00:00
parent c652b2c44e
commit 684d15fbc8

View File

@@ -22,7 +22,6 @@ function model_companies()
this.primary = "prs_bedrijf_key";
this.records_name = "companies";
this.record_name = "company";
this.autfunction = "WEB_PROFIL"; // we controleren zelf
this.fields = {
@@ -60,8 +59,7 @@ function model_companies()
this.includes = {
"custom_fields" : {
"model": new model_custom_fields(this, new model_prs_kenmerk("B", { internal: true }), { readman: true, readuse: true, pNiveau: "B" }),
"joinfield": "flexparentkey",
"enable_update": true
"joinfield": "flexparentkey"
}
};
@@ -90,8 +88,12 @@ function model_companies()
return json;
};
this.REST_PUT = generic_REST_PUT(this);
this.REST_POST = generic_REST_POST(this);
this.PUT = function (params) /* update company */
{
};
this.POST = function (params) /* new company */
{
};
this.DELETE = function (params) /* delete company */
{
};