Voorkom dat 'Standaard' opstelling de default wordt (dat ding heeft KEY=0)

svn path=/Website/trunk/; revision=26300
This commit is contained in:
Jos Groot Lipman
2015-09-14 11:34:29 +00:00
parent 407fc88008
commit b197bdf45a

View File

@@ -302,7 +302,7 @@ function scf_RWFIELDTR(model, fld, val, key, params)
emptyOption = null;
}
FCLTselector(fld, sql, { label: field.label,
initKey: params.search?"":(val?val.id:null),
initKey: params.search?null:(val?val.id:null),
emptyOption: emptyOption,
required: params.required
});