mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Doc/LSrelation : Updated the doc related with the last commit
This commit is contained in:
parent
bf209ccd04
commit
07591c7bf7
1 changed files with 20 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
'update_function' => '[methode3]',
|
||||
'remove_function' => '[methode4]',
|
||||
'rename_function' => '[methode5]',
|
||||
'canEdit_function' => '[methode6]',
|
||||
'canEdit_attribute' => '[nom d'attribut]',
|
||||
'rights' => array(
|
||||
'LSprofile1' => 'r',
|
||||
'LSprofile2' => 'w',
|
||||
|
@ -97,6 +99,24 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>canEdit_function</term>
|
||||
<listitem>
|
||||
<simpara>La méthode de la classe du type d'&LSobject; en relation permettant
|
||||
de vérifier que l'utilisateur à le droit de modifier la relation avec un objet
|
||||
en particulier.</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>canEdit_attribute</term>
|
||||
<listitem>
|
||||
<simpara>Le nom de l'attibut du type d'&LSobject; en relation devant être
|
||||
éditable par l'utilisateur pour que celui-ci puisse modifier la relation.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>rights</term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue