Fix bug 6591, Adjustments to the list of 'Process Permissions'
This commit is contained in:
@@ -3247,6 +3247,10 @@ class processMap {
|
|||||||
$sObject = G::LoadTranslation('ID_ALL');
|
$sObject = G::LoadTranslation('ID_ALL');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default :
|
||||||
|
$sObjectType = G::LoadTranslation('ID_ALL');
|
||||||
|
$sObject = G::LoadTranslation('ID_ALL');
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
//Participated
|
//Participated
|
||||||
if ($aRow ['OP_PARTICIPATE'] == 0) {
|
if ($aRow ['OP_PARTICIPATE'] == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user