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:
@@ -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")
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user