From 20bd9fdcf7c6d4e083052ee7f7e7e2568f179070 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 26 Nov 2019 19:56:56 +0100 Subject: [PATCH] Da testare auth... --- CMS_SC/ReportCompleto.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMS_SC/ReportCompleto.aspx.cs b/CMS_SC/ReportCompleto.aspx.cs index 7b93085..1fc43ff 100644 --- a/CMS_SC/ReportCompleto.aspx.cs +++ b/CMS_SC/ReportCompleto.aspx.cs @@ -35,7 +35,7 @@ namespace CMS_SC /// private void fixFullReportVisibility() { - lbtExportWithAttach.Visible = user_std.UtSn.userHasRight("ReportFullPdf") || user_std.UtSn.userHasRight("CapoOfficina"); + lbtExportWithAttach.Visible = devicesAuthProxy.stObj.userHasRight("ReportFullPdf") || devicesAuthProxy.stObj.userHasRight("CapoOfficina"); } ///