KFNS#38663 locatie onChange triggert nu niet onChangeAlg via onChangeGebouw
svn path=/Website/trunk/; revision=33782
This commit is contained in:
@@ -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');",
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user