diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index b95e7b3b..41b9b102 100644 Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll index eb5a7f26..a6ab8969 100644 Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ diff --git a/GMW-UT/bin/GMW-UT.dll b/GMW-UT/bin/GMW-UT.dll index 44a5bf4b..48ea05f0 100644 Binary files a/GMW-UT/bin/GMW-UT.dll and b/GMW-UT/bin/GMW-UT.dll differ diff --git a/GMW-UT/bin/GMW_data.dll b/GMW-UT/bin/GMW_data.dll index eb5a7f26..a6ab8969 100644 Binary files a/GMW-UT/bin/GMW_data.dll and b/GMW-UT/bin/GMW_data.dll differ diff --git a/GMW/Web.SP_prod.config b/GMW/Web.SP_prod.config index 4a655035..4deb1ea4 100644 --- a/GMW/Web.SP_prod.config +++ b/GMW/Web.SP_prod.config @@ -25,6 +25,9 @@ + + + diff --git a/GMW/Web.SP_test.config b/GMW/Web.SP_test.config index 12e97224..780b0345 100644 --- a/GMW/Web.SP_test.config +++ b/GMW/Web.SP_test.config @@ -24,6 +24,9 @@ + + + diff --git a/GMW/Web.TK_prod.config b/GMW/Web.TK_prod.config index 79cc1b07..f1516472 100644 --- a/GMW/Web.TK_prod.config +++ b/GMW/Web.TK_prod.config @@ -22,6 +22,9 @@ + + + diff --git a/GMW/Web.TK_test.config b/GMW/Web.TK_test.config index 2b99ee17..e0a383cd 100644 --- a/GMW/Web.TK_test.config +++ b/GMW/Web.TK_test.config @@ -21,6 +21,9 @@ + + + diff --git a/GMW/Web.config b/GMW/Web.config index 46055040..4d2c81a1 100644 --- a/GMW/Web.config +++ b/GMW/Web.config @@ -73,6 +73,7 @@ + diff --git a/GMW/WebUserControls/mod_FusiSterr.ascx.cs b/GMW/WebUserControls/mod_FusiSterr.ascx.cs index 2b004df8..8be9ca15 100644 --- a/GMW/WebUserControls/mod_FusiSterr.ascx.cs +++ b/GMW/WebUserControls/mod_FusiSterr.ascx.cs @@ -568,8 +568,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { DateTime adesso = DateTime.Now; string noteTrim = txtNote.Text.Trim(); @@ -581,6 +581,20 @@ namespace GMW.WebUserControls { // aggiorno note e posizione da temp a definitiva x UDC... MagClass.magazzino.updateNotePosizioneUDC(currUDC, noteTrim, memLayer.ML.confReadInt("IdxPosizioneSterrati")); + + if (OpAuth.isAuth) + { + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(currUDC, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, MagClass.magazzino.CodSoggCurrUser); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } + } + // registro creazione nuovo UDC MagClass.magazzino.taSAO.insertQuery(adesso, MagClass.magazzino.CodSoggCurrUser, Postazione.name, Postazione.IP, currUDC, currParticolare, "creaUDC", string.Format("Creato nuovo UDC Fusi Sterr Taglio, qta: {0} {1}", qta, "")); // metto attributo FC @@ -588,16 +602,6 @@ namespace GMW.WebUserControls // tolgo UDC da AL corrente... MagClass.magazzino.taAL2UDC.deleteQuery(destAL, currUDC); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(currUDC, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, MagClass.magazzino.CodSoggCurrUser); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) - { - OpAuth.stopAuth(); - needsRedirect = true; - } - // ora stampo il nuovo cartellino!!! MagClass.magazzino.stampaUdc(currUDC, Postazione.printer, tipoCartellino.cartSterr, Request.UserHostName); // incremento timing... diff --git a/GMW/WebUserControls/mod_anime.ascx.cs b/GMW/WebUserControls/mod_anime.ascx.cs index 3e982d45..3ad97558 100644 --- a/GMW/WebUserControls/mod_anime.ascx.cs +++ b/GMW/WebUserControls/mod_anime.ascx.cs @@ -486,8 +486,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { string newUdcChild = ""; string noteTrim = txtNote.Text.Trim(); @@ -510,15 +510,20 @@ namespace GMW.WebUserControls { // creo nuovo UDC del trattamento liquidi newUdcChild = MagClass.magazzino.creaUdc(flusso, "", particolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoAnime"), "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneAnime"), "IdxPosizioneAnime", "UDC_ANIMA", noteTrim, "", adesso.Year, Request.UserHostName); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } + // registro creazione nuovo UDC MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Anime - qta:{0} {1}", qta, noteTrim)); } diff --git a/GMW/WebUserControls/mod_animeMult.ascx.cs b/GMW/WebUserControls/mod_animeMult.ascx.cs index 6bf70aa6..9ef8e3a9 100644 --- a/GMW/WebUserControls/mod_animeMult.ascx.cs +++ b/GMW/WebUserControls/mod_animeMult.ascx.cs @@ -516,8 +516,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { string newUdcChild = ""; int qta = memLayer.ML.confReadInt("QtaImballoAnime"); @@ -549,15 +549,20 @@ namespace GMW.WebUserControls { // creo nuovo UDC anime multiple newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoAnime"), "U", MagClass.magazzino.CodSoggCurrUser, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneAnimeExt"), "IdxPosizioneAnimeExt", "UDC_ANIMA", noteTrim, "", adesso.Year, Request.UserHostName); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } + // registro creazione nuovo UDC MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Anime EX, qta: {0} {1}", qta, noteTrim)); } diff --git a/GMW/WebUserControls/mod_finitiTK.ascx.cs b/GMW/WebUserControls/mod_finitiTK.ascx.cs index 670d1084..9e4f872e 100644 --- a/GMW/WebUserControls/mod_finitiTK.ascx.cs +++ b/GMW/WebUserControls/mod_finitiTK.ascx.cs @@ -586,8 +586,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { string newUdcChild = ""; string noteTrim = string.Format("{0}{1}{2}", traduci("fuoriciclo"), Environment.NewLine, txtNote.Text.Trim()); @@ -627,14 +627,17 @@ namespace GMW.WebUserControls // creo nuovo UDC del trattamento liquidi newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, codImballo, "U", MagClass.magazzino.CodSoggCurrUser, qtaUDC, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneFiniti"), "IdxPosizioneFiniti", "UDC_FINITO", noteTrim, "", adesso.Year, Request.UserHostName); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } // registro creazione nuovo UDC diff --git a/GMW/WebUserControls/mod_fusiTK.ascx.cs b/GMW/WebUserControls/mod_fusiTK.ascx.cs index 36d9260b..096eaa3e 100644 --- a/GMW/WebUserControls/mod_fusiTK.ascx.cs +++ b/GMW/WebUserControls/mod_fusiTK.ascx.cs @@ -473,8 +473,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { // se linea non selezionata ERRORE!!! if (Postazione.currCodLinea == "W3000" || Postazione.currCodLinea == "") @@ -507,15 +507,20 @@ namespace GMW.WebUserControls noteTrim = string.Format("{0}{1}{2}", Postazione.currNomeLinea, Environment.NewLine, noteTrim); // creo nuovo UDC del trattamento liquidi newUdcChild = MagClass.magazzino.creaUdc(flusso, "", particolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoFusi"), "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneFusi"), "IdxPosizioneFusi", "UDC_FUSI", noteTrim, "", adesso.Year, Request.UserHostName); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } + // registro creazione nuovo UDC MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Fusi - qta:{0} {1}", qta, noteTrim)); // per ora attributo linea tolto, messo nelle note... diff --git a/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs b/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs index 125559fc..d3e492de 100644 --- a/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs +++ b/GMW/WebUserControls/mod_lavMeccOUT.ascx.cs @@ -623,8 +623,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { // controllo UDC in ingresso, che siano tutti con uguale particolare e DIVERSO da "" string partUdcIn = ""; @@ -701,14 +701,17 @@ namespace GMW.WebUserControls // creo nuovo UDC FINITO OUT multiple newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, codImballo, "U", MagClass.magazzino.CodSoggCurrUser, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneFiniti"), "IdxPosizioneFiniti", eventoUDC, noteTrim, "", adesso.Year, Request.UserHostName); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } // registro creazione nuovo UDC diff --git a/GMW/WebUserControls/mod_sterrTaglio.ascx.cs b/GMW/WebUserControls/mod_sterrTaglio.ascx.cs index c1b0722b..a375dd28 100644 --- a/GMW/WebUserControls/mod_sterrTaglio.ascx.cs +++ b/GMW/WebUserControls/mod_sterrTaglio.ascx.cs @@ -715,8 +715,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { DateTime adesso = DateTime.Now; //int qta = memLayer.ML.confReadInt("QtaImballoSterr"); @@ -731,14 +731,17 @@ namespace GMW.WebUserControls // aggiorno note e posizione da temp a definitiv x UDC... MagClass.magazzino.updateNotePosizioneUDC(currUDC, noteTrim, memLayer.ML.confReadInt("IdxPosizioneSterrati")); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(currUDC, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, MagClass.magazzino.CodSoggCurrUser); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(currUDC, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, MagClass.magazzino.CodSoggCurrUser); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } // registro creazione nuovo UDC diff --git a/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs b/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs index 55034d76..2ec7bcac 100644 --- a/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs +++ b/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs @@ -595,8 +595,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { DateTime adesso = DateTime.Now; //int qta = memLayer.ML.confReadInt("QtaImballoSterr"); @@ -613,14 +613,17 @@ namespace GMW.WebUserControls // aggiorno note e posizione da temp a definitiv x UDC... MagClass.magazzino.updateNotePosizioneUDC(currUDC, noteTrim, memLayer.ML.confReadInt("IdxPosizioneSterrati")); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(currUDC, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, MagClass.magazzino.CodSoggCurrUser); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(currUDC, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, MagClass.magazzino.CodSoggCurrUser); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } // registro creazione nuovo UDC diff --git a/GMW/WebUserControls/mod_trattamenti.ascx.cs b/GMW/WebUserControls/mod_trattamenti.ascx.cs index 01ae53a3..c3d5bae6 100644 --- a/GMW/WebUserControls/mod_trattamenti.ascx.cs +++ b/GMW/WebUserControls/mod_trattamenti.ascx.cs @@ -541,8 +541,8 @@ namespace GMW.WebUserControls // verifico postazione x procedere... if (Postazione.printer != "n.d.") { - // verifico auth utente... - if (OpAuth.isAuth) + // verifico auth utente OPPURE se NON sia richiesta... + if (OpAuth.isAuth || !OpAuth.opAuthReq) { // controllo UDC in ingresso, che siano tutti con uguale particolare e DIVERSO da "" string partUdcIn = ""; @@ -600,14 +600,17 @@ namespace GMW.WebUserControls // creo nuovo UDC trattati newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoTratt"), "U", MagClass.magazzino.CodSoggCurrUser, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneTrattati"), "IdxPosizioneTrattati", eventoUDC, noteTrim, "", adesso.Year, Request.UserHostName); - // salvo attributo dell'OpAuth... - MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); - // consumo una auth... - OpAuth.currAuth.remAuth--; - if (OpAuth.currAuth.remAuth == 0) + if (OpAuth.isAuth) { - OpAuth.stopAuth(); - needsRedirect = true; + // salvo attributo dell'OpAuth... + MagClass.magazzino.taAtt2UDC.Insert(newUdcChild, memLayer.ML.CRS("attrOpAuth"), OpAuth.currAuth.CodSoggetto, DateTime.Now, codSogg); + // consumo una auth... + OpAuth.currAuth.remAuth--; + if (OpAuth.currAuth.remAuth == 0) + { + OpAuth.stopAuth(); + needsRedirect = true; + } } // registro creazione nuovo UDC diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 92f3b967..ac245d90 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/GMW.dll.config b/GMW/bin/GMW.dll.config index 8dcebe75..52e483af 100644 --- a/GMW/bin/GMW.dll.config +++ b/GMW/bin/GMW.dll.config @@ -73,6 +73,7 @@ + diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll index eb5a7f26..a6ab8969 100644 Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll index 93d9e90c..e05a925e 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ diff --git a/GMW_data/OpAuth.cs b/GMW_data/OpAuth.cs index 8f5d37ed..875bad73 100644 --- a/GMW_data/OpAuth.cs +++ b/GMW_data/OpAuth.cs @@ -135,7 +135,18 @@ namespace GMW_data return answ; } } + /// + /// definisce se sia RICHEISTA OpAuth + /// + public static bool opAuthReq + { + get + { + // verifico SE devo fare controllo OpAuth... + return memLayer.ML.CRB("enableOpAuth"); + } + } + + } - - } diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs index 5884f80c..37ce2b53 100644 --- a/VersGen/GMW.cs +++ b/VersGen/GMW.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("3.2.826.2098")] -[assembly: AssemblyFileVersion("3.2.826.2098")] +[assembly: AssemblyVersion("3.2.827.2098")] +[assembly: AssemblyFileVersion("3.2.827.2098")] [assembly: AssemblyCopyright("Steamware © 2007-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt index f585c6a1..0b4a7d2a 100644 --- a/VersGen/GMW.tt +++ b/VersGen/GMW.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("3.2.826.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("3.2.826.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("3.2.827.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("3.2.827.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+