KMMO#72007 --> revert, toch maar in trunk
svn path=/Website/branches/v2022.1/; revision=55642
This commit is contained in:
@@ -42,9 +42,9 @@ function generateFlexKenmerkCode(params)
|
||||
params.prsauthparams.readman = false;
|
||||
}
|
||||
}
|
||||
else if (niveau =="P" && !params.prsauthparams) // flex search en profiel
|
||||
else if (niveau =="P" && !params.prsauthparams) // flex search
|
||||
{
|
||||
params.prsauthparams = { readman: true, readuse: true, readself: link_key == user_key }
|
||||
params.prsauthparams = { readman: true, readuse: true, readself: false }
|
||||
var authparamsUSE = user.checkAutorisation("WEB_PRSUSE", true)||{PRSreadlevel: 9};
|
||||
var authparamsMAN = user.checkAutorisation("WEB_PRSMAN", true)||{PRSreadlevel: 10};
|
||||
// Als authparamsMAN en authparamsUSE verschillen zou het heel ingewikkeld worden.
|
||||
|
||||
Reference in New Issue
Block a user