MNNL#49647 Flexkenmerken als FOF ook nog mogen wijzigen bij Ingezien

svn path=/Website/branches/v2017.2/; revision=35911
This commit is contained in:
Peter Feij
2017-11-07 08:32:09 +00:00
parent 809a065f68
commit 29496d7514

View File

@@ -3306,7 +3306,7 @@ mld = {setmeldingstatus:
mresult.canVakgChange = (mresult.canWrite("WEB_MLDBOF")); // vakgroep waar je zelf schrijfrechten op hebt
mresult.canStdmChange = (mresult.canWrite("WEB_MLDBOF") || mresult.canWrite("WEB_MLDBO3")) && !is_wf_root;
mresult.canKostChange = (mresult.canWrite("WEB_MLDBOF") || mresult.canWrite("WEB_MLDBO3"));
mresult.canFlexChange = (mresult.canWrite("WEB_MLDBOF") || mresult.canWrite("WEB_MLDBO3"));
mresult.canFlexChange = (mresult.canWrite("WEB_MLDBOF") || mresult.canWrite("WEB_MLDBO3") || mresult.canWrite("WEB_MLDFOF"));
mresult.canPlaatsChange = (mresult.canWrite("WEB_MLDBOF") || mresult.canWrite("WEB_MLDBO3"));
mresult.canAflChange = (mresult.canWrite("WEB_MLDBOF") || mresult.canWrite("WEB_MLDBO3"));
mresult.canPersChange = mresult.canWrite("WEB_MLDFOF");