#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
configfile
Antonio Doblas Viso 2019-12-08 20:53:59 +01:00
parent d43a16a447
commit b3c0768539
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ switch($litambito){
break;
case "gruposordenadores":
$seleccion= "and grupoid=" . $idambito . "";
break;
default:
$seleccion="";
break;