- se iOS non ricarica la pagina ma disinstalla il SW precedente e chiede di riavviare

- fixed: Creando un Conto di Gruppo, pare che venga impostato anche l'username... invece dev'essere solo il groupname
-
This commit is contained in:
Surya Paolo
2023-10-03 23:16:52 +02:00
parent d6303f5880
commit 536fbd1752
7 changed files with 187 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ module.exports = {
{_id: 40, idSector: [7], descr: 'Muratore'},
{_id: 41, idSector: [7], descr: 'Imbianchino'},
{_id: 42, idSector: [7], descr: 'Elettricista - TV'},
{_id: 43, idSector: [7], descr: 'Falegname e restauro'},
{_id: 43, idSector: [7], descr: 'Falegname'},
{_id: 44, idSector: [7], descr: 'Fabbro'},
{_id: 45, idSector: [7], descr: 'Arredamento'},
{_id: 46, idSector: [7], descr: 'Idraulico'},
@@ -122,7 +122,10 @@ module.exports = {
{_id: 127, idSector: [1], descr: 'Stanza in affitto'},
{_id: 128, idSector: [1], descr: 'Stanza in condivisione'},
{_id: 129, idSector: [3], descr: 'Home Restaurant'},
{_id: 130, idSector: [7], descr: 'Pompe di calore'},
{_id: 131, idSector: [7], descr: 'Impianti Fotovoltaici'},
{_id: 130, idSector: [7], descr: 'Pannelli Solari'},
{_id: 131, idSector: [7], descr: 'Pompe di calore'},
{_id: 132, idSector: [7], descr: 'Impianti Fotovoltaici'},
{_id: 133, idSector: [7], descr: 'Restauro'},
{_id: 134, idSector: [7], descr: 'Altro'},
],
};