diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2020-12-17 11:19:50 +0000 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-12-17 13:23:32 +0100 |
commit | 06d220975c26b86537a9055f897177550919b8fc (patch) | |
tree | 40a175070d2171f277429cc69b8e90d6d14ab885 /admin/Interface | |
parent | 0595bdf1f433073ed24d39eb3d20a059c60f5922 (diff) |
#1015 Fix updateBootMode and use it when updating computer info
When a computer info is updated sometimes their related pxe files need
to be updated accordingly.
In order to recreate the file the function createBootMode was being
used inside gestor_ordenadores.
Eg: createBootMode ($cmd, $arranque, $ip, $idioma)
This had some problems because the POST message to gestor_ordenadores
was sometimes lacking the ip field. This field is not necessary because
updateBootMode takes the id of the computer and queries the database for
the ip of the computer associated with it.
Use updateBootMode ($cmd, "idordenador", $idordenador, $idioma) instead.
Fixes related mass updater and "moving pc to another classroom" issues.
Diffstat (limited to 'admin/Interface')
0 files changed, 0 insertions, 0 deletions