RWSN#36797 FO meldingen in Mobile
svn path=/Website/trunk/; revision=31441
This commit is contained in:
@@ -2558,6 +2558,8 @@ __Log(result);
|
||||
mresult.canBOread = mresult.canRead("WEB_MLDBOF");
|
||||
mresult.canFEread = mresult.canRead("WEB_MLDUSE");
|
||||
mresult.canMIread = mresult.canRead("WEB_MLDBAC");
|
||||
mresult.canReadAny = mresult.canFORead || mresult.canBORead || mresult.canFERead || mresult.canMIread;
|
||||
mresult.canReadFEOnly = ((mresult.canReadAny && !mresult.canFOread && !mresult.canBOread && !mresult.canMIread) ? true : false);
|
||||
|
||||
// opdracht
|
||||
// Algemeen niveau
|
||||
|
||||
@@ -494,7 +494,7 @@ if (action != "forward")
|
||||
}
|
||||
else // nieuwe, alleen voor FO
|
||||
{
|
||||
if (fronto)
|
||||
if (fronto && !this_mld.canReadFEOnly)
|
||||
{
|
||||
var personEditable = (mld_key > 0 && this_mld.canPersChange) || (mld_key < 0 && this_mld.canFOwrite);
|
||||
FCLTpersoonselector("person",
|
||||
|
||||
Reference in New Issue
Block a user