forked from ScoDoc/ScoDoc
Correction groupes vers non affectés
This commit is contained in:
parent
7369b67601
commit
f89cbc8a90
@ -468,7 +468,8 @@
|
|||||||
if (to[0] != "n") {
|
if (to[0] != "n") {
|
||||||
groupeSelected.closest(".grpPartitions").querySelector(`[value="${to}"]`).click();
|
groupeSelected.closest(".grpPartitions").querySelector(`[value="${to}"]`).click();
|
||||||
} else {
|
} else {
|
||||||
groupeSelected.closest(".grpPartitions").querySelector(`[value="aucun"]`).click();
|
let toNumber = to.split("-")[1];
|
||||||
|
groupeSelected.closest(".grpPartitions").querySelector(`[data-idpartition="${toNumber}"] [value="aucun"]`).click();
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user