Actions
Error #468
tancatCommunity name is not saved in ¿Natted? mode
Estat:
Tancat
Prioritat:
Baixa
Assignat a:
Categoria:
WEB interface
Versió prevista:
Actualitzat per Roger Pueyo Centelles fa aproximadament 6 anys
- Estat ha canviat de Nou a Resolt
- % realitzat ha canviat de 0 a 100
With the previous code:
local community_name = communityname:formvalue(section)
if community_name == "Guifi.net" then
local mesh_name = guifimeshname:formvalue(section)
local device_id = guifideviceid:formvalue(section)
uciout:set("qmp","node","mesh_name",mesh_name)
uciout:set("qmp","node","device_id",device_id)
else
uciout:set("qmp","node","community_name",community_name)
end
"community_name" would only be saved in easy setup when it was not set to Guifi.net
Actualitzat per Roger Pueyo Centelles fa aproximadament 6 anys
- Estat ha canviat de Resolt a Tancat
Actions