KFNS#38663 locatie onChange triggert nu niet onChangeAlg via onChangeGebouw

svn path=/Website/trunk/; revision=33782
This commit is contained in:
2017-05-10 13:29:31 +00:00
parent 309b75c2af
commit 0cac479171
2 changed files with 5 additions and 2 deletions

View File

@@ -430,7 +430,9 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
ruimtekey: mld_melding.room_key,
terrein: true,
onLocChange: "onChangeLocatie(true);",
onGebChange: "onChangeGebouw(true);",
onGebChange: "onChangeGebouw();",
onVerChange: "onChangeVerdieping();",
onRuiChange: "onChangeRuimte();",
onLocCascade: "getObjectInfo('L');",
onGebCascade: "getObjectInfo('G');",
onVerCascade: "getObjectInfo('V');",

View File

@@ -430,7 +430,8 @@ function onChangeGebouw(locbld_changed, do_not_change_kp) // sl is de gebouw sel
process_gebouw_info);
}
}
onChangeAlg($("#gebouwkey").val());
if (!locbld_changed)
onChangeAlg($("#gebouwkey").val());
}
function onChangeVerdieping()