Modif permissions User,
Penser à réécrire ce module de permissions un jour
This commit is contained in:
parent
c2253dc31e
commit
8576956e31
@ -449,7 +449,10 @@ class User
|
|||||||
$this->rights->telephonie->lire = 1;
|
$this->rights->telephonie->lire = 1;
|
||||||
|
|
||||||
if ($obj->fk_id == 142)
|
if ($obj->fk_id == 142)
|
||||||
$this->rights->telephonie->modifier = 1;
|
$this->rights->telephonie->ligne_commander = 1;
|
||||||
|
|
||||||
|
if ($obj->fk_id == 143)
|
||||||
|
$this->rights->telephonie->ligne_activer = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user