You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a questo livello il modulo richiede una funzione che in Neteye non esiste, appunto checkPermissions. ho modificato il modulo come segue. e adesso ho accesso anche alla parte del editor. Immagino che se qualcun'altro installi il modulo poi avra gli stessi problemi. Ma non so i moduli corrtti da usare
public static function isAllowedForAdmin()
{
/*return (new self())->checkPermissions(Auth::getInstance(), [self::FULL_MODULE_ACCESS_PERMISSION]);*/
$userPermissions = self::getUserPermissions();
return (isset($userPermissions['*']) || isset($userPermissions[self::FULL_MODULE_ACCESS_PERMISSION]));
}
The text was updated successfully, but these errors were encountered:
Create of Issue and fix proposal based on advice by Patrick Campion:
/usr/share/icingaweb2/modules/ondutymanager/library/Ondutymanager/Utils/PermissionUtil.php
a questo livello il modulo richiede una funzione che in Neteye non esiste, appunto checkPermissions. ho modificato il modulo come segue. e adesso ho accesso anche alla parte del editor. Immagino che se qualcun'altro installi il modulo poi avra gli stessi problemi. Ma non so i moduli corrtti da usare
The text was updated successfully, but these errors were encountered: