Fix gestione allegati e creato metodo di esportazione log

This commit is contained in:
2026-03-04 11:51:42 +01:00
parent 3760e38c8d
commit 2d938fb210
26 changed files with 986 additions and 384 deletions

View File

@@ -8,6 +8,7 @@ public interface ISteupDataService
Task Init();
Task<bool> CanOpenNewInspection();
void RegisterAppVersion();
Task CheckAndUpdateStatus();
List<PuntoVenditaDto> PuntiVenditaList { get; }
InspectionPageState InspectionPageState { get; set; }

View File

@@ -34,7 +34,7 @@ public class SteupDataService(
);
}
private async Task CheckAndUpdateStatus()
public async Task CheckAndUpdateStatus()
{
var ispezioni = await ispezioniService.GetAllIspezioniWithSchedeAsync();
var listActivityId = ispezioni