FCLT#56700 Bij het accepteren willen we behandelaar kunnen veranderen (!readonly) met canAccept ipv canAfhandChange
svn path=/Website/trunk/; revision=41136
This commit is contained in:
@@ -241,7 +241,7 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
|
||||
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")
|
||||
});
|
||||
}
|
||||
@@ -261,7 +261,7 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
|
||||
label: L("lcl_mld_processor"),
|
||||
autlevel: this_mld.authparams(autfunction) && this_mld.authparams(autfunction).PRSwritelevel,
|
||||
urlAdd: urlAdd2,
|
||||
readonly: !this_mld.canAfhandChange,
|
||||
readonly: !this_mld.canAccept,
|
||||
filtercode: (mld_info.mld_status == 0 ? "BH2F" : "BH2B")
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user