svn path=/Website/trunk/; revision=36433
This commit is contained in:
Erik Groener
2017-12-20 18:52:05 +00:00
parent 30cf0b1a81
commit 6835ce2a77

View File

@@ -31,6 +31,7 @@ function model_mld_stdmelding()
this.table = "mld_stdmelding";
this.primary = "mld_stdmelding_key";
this.soft_delete = "mld_stdmelding_verwijder";
this.soft_expire = "mld_stdmelding_vervaldatum";
this.autfunction = "WEB_MLDMGT";
this.record_title = L("mld_stdmelding");
this.records_title = L("mld_stdmelding_m");
@@ -460,7 +461,6 @@ function model_mld_stdmelding()
}
};
this.hook_pre_edit = function(obj, fld, scf_params)
{
scf_params.layout.block[0].label += " " +obj.id ;
@@ -572,7 +572,6 @@ function model_mld_stdmelding()
this.REST_GET = generic_REST_GET(this, xparams);
this.REST_POST = generic_REST_POST(this);
this.REST_PUT = generic_REST_PUT(this);