Load porta a prima apertura da REDIS

This commit is contained in:
Samuele Locatelli
2023-05-16 20:42:44 +02:00
parent 499df2e116
commit 4ff5f4eb7f
2 changed files with 3 additions and 2 deletions
@@ -14,8 +14,6 @@ namespace WebDoorCreator.UI.Components.DoorDef
set
{
_svgContent = value;
//Log.Info($"Ricevuto {value}");
//StateHasChanged();
}
}
@@ -117,6 +117,9 @@ namespace WebDoorCreator.UI.Pages
ListHwDoorOp = null;
orderStatus = null;
await Task.Delay(1);
// cerco img porta...
DoorSvgContent = await QDataServ.DoorGetLastSvg(idDoor);
// recupero altri dati
var ListRecordDoorOp = await WDService.DoorOpGetByDoorId(idDoor);
if (ListRecordDoorOp != null)
{