diff --git a/MP.SPEC/Components/ListDossiers.razor.cs b/MP.SPEC/Components/ListDossiers.razor.cs index 2b7fdde7..64c3f06a 100644 --- a/MP.SPEC/Components/ListDossiers.razor.cs +++ b/MP.SPEC/Components/ListDossiers.razor.cs @@ -128,7 +128,6 @@ namespace MP.SPEC.Components isEditing = false; await Task.Delay(1); listaFlux = MDService.getFluxLog(currRecord.Valore); - //await reloadData(true); StateHasChanged(); } } diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 0d2b5f5f..048240b5 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2210.2013 + 6.16.2210.2014 diff --git a/MP.SPEC/Pages/DOSS.razor b/MP.SPEC/Pages/DOSS.razor index c3f50308..edbc2926 100644 --- a/MP.SPEC/Pages/DOSS.razor +++ b/MP.SPEC/Pages/DOSS.razor @@ -21,77 +21,13 @@ - @*@if (currDetFluxLogRecord != null) - { - - - - - - Modifica Parametro - - - @if (isEditing) - { - PENDING CHANGES... - } - - - - - - - MACCHINA - - - - - - DATA - - - - - - DATA TYPE - - - - - - VALORE - enableEditing()"> - - - - - - - - - - - cancel()" class="btn btn-warning">Annulla - - - - - update(currDetFluxLogRecord)" class="btn btn-success">Save - - - - - - - - }*@ @if (isLoading) { } else { - + }