mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
- bug syntax LSrelation.js
- bug [#1660] Suppress of DNs containing other DNs : ajout de la recursivité dans la suppression d'un DN
This commit is contained in:
parent
773350cbae
commit
7383def59b
2 changed files with 2 additions and 3 deletions
|
@ -299,7 +299,7 @@ class LSldap {
|
|||
* @retval boolean True si l'objet à été supprimé, false sinon
|
||||
*/
|
||||
function remove($dn) {
|
||||
return $this -> cnx -> delete($dn);
|
||||
return $this -> cnx -> delete($dn,array('recursive' => true));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -140,8 +140,7 @@ var LSrelation = new Class({
|
|||
this.initializeBtn();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue