Suppression dynamique de membres depuis la page 'groups/view' DONE
This commit is contained in:
parent
40557e3289
commit
4e14db6565
|
@ -102,11 +102,10 @@
|
||||||
extract($params);
|
extract($params);
|
||||||
|
|
||||||
/* Suppression de l'association */
|
/* Suppression de l'association */
|
||||||
$link_machine = new Repo('cluster/unlink', [
|
$link_machine = new Repo('machine_cluster/unlink', [
|
||||||
$_SESSION['WAREHOUSE']['id'],
|
$_SESSION['WAREHOUSE']['id'],
|
||||||
$id_cluster,
|
$id_cluster,
|
||||||
$id_machine,
|
$id_machine,
|
||||||
clusterRepo::MACHINE_CLASS
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/* (1) On retourne l'erreur du repo */
|
/* (1) On retourne l'erreur du repo */
|
||||||
|
|
Loading…
Reference in New Issue