diff options
author | adv <adv@uma.es> | 2019-12-08 20:53:59 +0100 |
---|---|---|
committer | adv <adv@uma.es> | 2019-12-09 18:56:45 +0100 |
commit | b3c07685398bd1fe2a22e3222304b8e6a98c30f0 (patch) | |
tree | 8ee2d77a294cebb5b937b9c4c8bc874020b0b42c /admin/WebConsole/principal/boot_grub4dos.php | |
parent | d43a16a44740cc3948740efa2bf327069e31aaf4 (diff) |
#934 Web Netboot form not filter the PC group scope
The netboot web form does not correctly filter the computer group scope.
There is a BUG in the "case" to filter the scopes.
The file is boot_grub4dos.php
Diffstat (limited to 'admin/WebConsole/principal/boot_grub4dos.php')
-rw-r--r-- | admin/WebConsole/principal/boot_grub4dos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/principal/boot_grub4dos.php b/admin/WebConsole/principal/boot_grub4dos.php index fbd7e171..680d53ad 100644 --- a/admin/WebConsole/principal/boot_grub4dos.php +++ b/admin/WebConsole/principal/boot_grub4dos.php @@ -31,6 +31,7 @@ switch($litambito){ break; case "gruposordenadores": $seleccion= "and grupoid=" . $idambito . ""; + break; default: $seleccion=""; break; |