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; } } 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(); } }