summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/boot_grub4dos.php
diff options
context:
space:
mode:
authoradv <adv@uma.es>2019-12-08 20:53:59 +0100
committeradv <adv@uma.es>2019-12-09 18:56:45 +0100
commitb3c07685398bd1fe2a22e3222304b8e6a98c30f0 (patch)
tree8ee2d77a294cebb5b937b9c4c8bc874020b0b42c /admin/WebConsole/principal/boot_grub4dos.php
parentd43a16a44740cc3948740efa2bf327069e31aaf4 (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.php1
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;