@@ -31,6 +31,7 @@ function model_mld_stdmelding()
|
|||||||
this.table = "mld_stdmelding";
|
this.table = "mld_stdmelding";
|
||||||
this.primary = "mld_stdmelding_key";
|
this.primary = "mld_stdmelding_key";
|
||||||
this.soft_delete = "mld_stdmelding_verwijder";
|
this.soft_delete = "mld_stdmelding_verwijder";
|
||||||
|
this.soft_expire = "mld_stdmelding_vervaldatum";
|
||||||
this.autfunction = "WEB_MLDMGT";
|
this.autfunction = "WEB_MLDMGT";
|
||||||
this.record_title = L("mld_stdmelding");
|
this.record_title = L("mld_stdmelding");
|
||||||
this.records_title = L("mld_stdmelding_m");
|
this.records_title = L("mld_stdmelding_m");
|
||||||
@@ -460,7 +461,6 @@ function model_mld_stdmelding()
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
this.hook_pre_edit = function(obj, fld, scf_params)
|
this.hook_pre_edit = function(obj, fld, scf_params)
|
||||||
{
|
{
|
||||||
scf_params.layout.block[0].label += " " +obj.id ;
|
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_GET = generic_REST_GET(this, xparams);
|
||||||
this.REST_POST = generic_REST_POST(this);
|
this.REST_POST = generic_REST_POST(this);
|
||||||
this.REST_PUT = generic_REST_PUT(this);
|
this.REST_PUT = generic_REST_PUT(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user