FCLT#84574 null != "null" en bij het accepteren kijken naar canAccept ipv canAfhandChange

svn path=/Website/branches/v2024.2/; revision=65488
This commit is contained in:
2024-07-09 10:39:43 +00:00
parent a12e0142b6
commit a8cf988445
2 changed files with 3 additions and 3 deletions

View File

@@ -2395,7 +2395,7 @@ if (mld_key > -1 && this_mld.canAccept && action != "forward")
label: L("lcl_mld_behandelaar"),
autlevel: this_mld.authparams(autfunction) && this_mld.authparams(autfunction).PRSwritelevel,
urlAdd: urlAdd,
readonly: !this_mld.canAfhandChange,
readonly: !this_mld.canAccept,
filtercode: (mld_info.mld_status == 0 ? "BEHF" : "BEHB")
});
}
@@ -2410,7 +2410,7 @@ if (mld_key > -1 && this_mld.canAccept && action != "forward")
label: L("lcl_mld_processor"),
autlevel: this_mld.authparams(autfunction) && this_mld.authparams(autfunction).PRSwritelevel,
urlAdd: urlAdd,
readonly: !this_mld.canAfhandChange,
readonly: !this_mld.canAccept,
filtercode: (mld_info.mld_status == 0 ? "BH2F" : "BH2B")
});
}

View File

@@ -199,7 +199,7 @@ function FCLTpersoonselector_HTML(fieldName, objectName, params)
resultstr += "</div>";
}
}
resultstr += "<input type='hidden' id='" + fieldName + "' name='" + fieldName + "' value='" + params.perslidKey + "'>";
resultstr += "<input type='hidden' id='" + fieldName + "' name='" + fieldName + "' value='" + (params.perslidKey || "") + "'>";
if (params.extraParamField)
{ /* het extra parameter veld wordt door suggest object gevuld */