rajout des droits adherents
This commit is contained in:
parent
f89c8dbcd3
commit
624cc8a249
@ -271,6 +271,22 @@ class User
|
|||||||
if ($obj->fk_id == 44)
|
if ($obj->fk_id == 44)
|
||||||
$this->rights->projet->supprimer = 1;
|
$this->rights->projet->supprimer = 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
if ($module == 'adherent' or $module == '')
|
||||||
|
{
|
||||||
|
|
||||||
|
if ($obj->fk_id == 71)
|
||||||
|
$this->rights->adherent->lire = 1;
|
||||||
|
|
||||||
|
if ($obj->fk_id == 72)
|
||||||
|
$this->rights->adherent->creer = 1;
|
||||||
|
|
||||||
|
if ($obj->fk_id == 73)
|
||||||
|
$this->rights->adherent->modifier = 1;
|
||||||
|
|
||||||
|
if ($obj->fk_id == 74)
|
||||||
|
$this->rights->adherent->supprimer = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user