FSN#40183 Kopie record maken via scaffolding

svn path=/Website/trunk/; revision=33544
This commit is contained in:
Jos Groot Lipman
2017-04-19 19:53:16 +00:00
parent f74ce563c5
commit a3af2e944a
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,8 @@ function model_fin_btwtabel()
this.includes = {
"vattablevalues": {
"model": new model_fin_btwtabelwaarde(),
"joinfield": "vattable"
"joinfield": "vattable",
"enable_update": true
}
};

View File

@@ -91,7 +91,8 @@ function model_mld_srtdiscipline()
this.includes = {
"mld_opdrtypes": {
"model": new model_mld_typeopdr_srtdiscipline(),
"joinfield": "disciplinetype"
"joinfield": "disciplinetype",
"enable_update": true
}
};