From 18ee183b05b03340a91a8cb2627d305da9d5cda4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 20 Oct 2022 14:54:03 +0200 Subject: [PATCH] Pulizia codice DOSS x spostamento modulo update --- MP.SPEC/Components/ListDossiers.razor.cs | 1 - MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Pages/DOSS.razor | 66 +----------------------- MP.SPEC/Pages/DOSS.razor.cs | 50 +----------------- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 7 files changed, 6 insertions(+), 119 deletions(-) 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 - -
-
-
-
-
-
-
-
-
-
- -
-
-
-
- -
-
-
-
-
-
-
- }*@ @if (isLoading) { } else { - + }