UWVA#39215 Omschrijving niet meer te wijzigen na acceptatie
svn path=/Website/trunk/; revision=33801
This commit is contained in:
@@ -579,10 +579,13 @@ if (action != "forward")
|
||||
var oms_readonly = !(this_mld.canOmsChange);
|
||||
if (S("mld_omschrijving_restrict_edit") == 1)
|
||||
oms_readonly = oms_readonly || !(mld_info.mld_status == 2 || mld_info.mld_status == 3);
|
||||
if ((stdm_info.subject != 0) && !(oms_readonly && mld_info.mld_onderwerp))
|
||||
|
||||
if ((stdm_info.subject != 0) && !(oms_readonly && !mld_info.mld_onderwerp))
|
||||
{
|
||||
RWFIELD("melding_onderwerp", L("lcl_mld_subject"), mld_info.mld_onderwerp
|
||||
, { pclass: ((stdm_info.subject == 2 && (this_mld.canOmsChange || mld_key < 0))? " required" : "") }
|
||||
, { pclass: ((stdm_info.subject == 2 && (this_mld.canOmsChange || mld_key < 0))? " required" : "")
|
||||
, readonly: (oms_readonly ? true : false)
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user