HSLE#40596 2017.1 MLD: omschrijving niet meer te wijzigen
svn path=/Website/trunk/; revision=33932
This commit is contained in:
@@ -1135,7 +1135,7 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
|
|||||||
|
|
||||||
var oms_readonly = !(this_mld.canOmsChange || mld_key < 0) || txtreado;
|
var oms_readonly = !(this_mld.canOmsChange || mld_key < 0) || txtreado;
|
||||||
if (S("mld_omschrijving_restrict_edit") == 1)
|
if (S("mld_omschrijving_restrict_edit") == 1)
|
||||||
oms_readonly = oms_readonly || !(mld_melding.mld_status == 2 || mld_melding.mld_status == 3);
|
oms_readonly = oms_readonly || !(mld_melding.mld_status == 2 || mld_melding.mld_status == 3 || mld_melding.mld_status == -1);
|
||||||
|
|
||||||
// Short subject
|
// Short subject
|
||||||
if ((mld_melding.subject != 0) && !(oms_readonly && !mld_melding.mld_onderwerp))
|
if ((mld_melding.subject != 0) && !(oms_readonly && !mld_melding.mld_onderwerp))
|
||||||
@@ -1162,7 +1162,6 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
|
|||||||
|
|
||||||
if (S("mld_flexcolumns") == 3)
|
if (S("mld_flexcolumns") == 3)
|
||||||
gen_flex(2); // dan hier....
|
gen_flex(2); // dan hier....
|
||||||
|
|
||||||
if (lBestaandeMelding && (this_mld.canBOwrite || this_mld.canFOwrite))
|
if (lBestaandeMelding && (this_mld.canBOwrite || this_mld.canFOwrite))
|
||||||
{
|
{
|
||||||
if (S("mld_afhandeling_restrict_edit") == 0 || mld_melding.remark)
|
if (S("mld_afhandeling_restrict_edit") == 0 || mld_melding.remark)
|
||||||
|
|||||||
Reference in New Issue
Block a user