Fix gestioen salvataggio filtri...
This commit is contained in:
@@ -165,12 +165,16 @@ namespace ScheMe
|
||||
|
||||
private void salvaGruppi(int currIdxPaz)
|
||||
{
|
||||
// elimino gruppi precedenti x utente...
|
||||
DtProxy.man.taP2L.deleteByIdxPaz(currIdxPaz);
|
||||
// salvo i gruppi selezionati...
|
||||
DtProxy.man.taP2L.Insert(currIdxPaz, ddlFiltUno.SelectedValue);
|
||||
DtProxy.man.taP2L.Insert(currIdxPaz, ddlFiltDue.SelectedValue);
|
||||
btnSave.Enabled = false;
|
||||
// controllo almeno 1 filtro attivo...
|
||||
if (ddlFiltUno.SelectedValue != "*")
|
||||
{
|
||||
// elimino gruppi precedenti x utente...
|
||||
DtProxy.man.taP2L.deleteByIdxPaz(currIdxPaz);
|
||||
// salvo i gruppi selezionati...
|
||||
DtProxy.man.taP2L.Insert(currIdxPaz, ddlFiltUno.SelectedValue);
|
||||
DtProxy.man.taP2L.Insert(currIdxPaz, ddlFiltDue.SelectedValue);
|
||||
btnSave.Enabled = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_header.ascx.cs" Inherits="ScheMe.WebUserControls.mod_header" %>
|
||||
<asp:Timer ID="Timer1" runat="server"></asp:Timer>
|
||||
<h1>ScheMe - <%: titolo %></h1>
|
||||
<a href="Default" data-icon="home" class="ui-btn-left">
|
||||
<asp:Label ID="lblVers" runat="server" Font-Bold="false" /></a>
|
||||
<a href="UserAdmin" data-icon="lock" class="ui-btn-right">User Admin</a>
|
||||
<h1>ScheMe - <%: titolo %></h1>
|
||||
<a href="Default" data-icon="home" class="ui-btn-left">
|
||||
<asp:Label ID="lblVers" runat="server" Font-Bold="false" /></a>
|
||||
<a href="UserAdmin" data-icon="lock" class="ui-btn-right">User Admin</a>
|
||||
<div id="headData">
|
||||
<div style="float: right; font-size: 0.7em; font-weight: 100; margin-right: 4px;">
|
||||
<%: CognomeNome %>
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.1.1701.863")]
|
||||
[assembly: AssemblyFileVersion("2.1.1701.863")]
|
||||
[assembly: AssemblyVersion("2.1.1703.1012")]
|
||||
[assembly: AssemblyFileVersion("2.1.1703.1012")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2017")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user