From fc20e04a216f6b8dfaa34d8083da5c6b103e2012 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 28 Apr 2022 18:23:35 +0200 Subject: [PATCH 1/2] typo correction --- GPW_Admin/About.aspx | 1 - GPW_Admin/About.aspx.designer.cs | 9 --------- 2 files changed, 10 deletions(-) diff --git a/GPW_Admin/About.aspx b/GPW_Admin/About.aspx index a9f5997..ab6e0d8 100644 --- a/GPW_Admin/About.aspx +++ b/GPW_Admin/About.aspx @@ -69,7 +69,6 @@
-
diff --git a/GPW_Admin/About.aspx.designer.cs b/GPW_Admin/About.aspx.designer.cs index 8af1998..10dfac9 100644 --- a/GPW_Admin/About.aspx.designer.cs +++ b/GPW_Admin/About.aspx.designer.cs @@ -94,14 +94,5 @@ namespace GPW_Admin /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblAuthKey; - - /// - /// Label1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label Label1; } } From 650d84d62dca752713ae2f7d25be96a23a6da03e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 5 May 2022 17:27:08 +0200 Subject: [PATCH 2/2] Inizio fix gestione GPW x nuovo progetto --- GPW_Admin/WebUserControls/mod_adminProgetti.ascx | 8 ++++---- GPW_Admin/WebUserControls/mod_adminProgetti.ascx.cs | 4 ++++ GPW_Admin/WebUserControls/mod_filtro.ascx.cs | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/GPW_Admin/WebUserControls/mod_adminProgetti.ascx b/GPW_Admin/WebUserControls/mod_adminProgetti.ascx index 3177f2e..4f20e03 100644 --- a/GPW_Admin/WebUserControls/mod_adminProgetti.ascx +++ b/GPW_Admin/WebUserControls/mod_adminProgetti.ascx @@ -9,12 +9,12 @@ <% } %> -
-
+
+
Forza Update
-
-
+
+
Reset Filt
diff --git a/GPW_Admin/WebUserControls/mod_adminProgetti.ascx.cs b/GPW_Admin/WebUserControls/mod_adminProgetti.ascx.cs index 84aeee7..a2ca2c5 100644 --- a/GPW_Admin/WebUserControls/mod_adminProgetti.ascx.cs +++ b/GPW_Admin/WebUserControls/mod_adminProgetti.ascx.cs @@ -462,6 +462,10 @@ namespace GPW_Admin.WebUserControls { // click su inserimento, chiamo il metodo insert dell'ObjectDataSource ods.Insert(); + // tolgo veto x refresh... + string vetoHash = memLayer.ML.redHash($"VetoProjRefresh"); + memLayer.ML.setRSV(vetoHash,""); + checkRefresh(); } /// diff --git a/GPW_Admin/WebUserControls/mod_filtro.ascx.cs b/GPW_Admin/WebUserControls/mod_filtro.ascx.cs index 40adfec..e4d2c3b 100644 --- a/GPW_Admin/WebUserControls/mod_filtro.ascx.cs +++ b/GPW_Admin/WebUserControls/mod_filtro.ascx.cs @@ -322,6 +322,7 @@ public partial class mod_filtro : ApplicationUserControl set { _valore = value; + traduciObj(); } }