Aggiunta pagina default x redirect + alcuni test diritti utente
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Configuration;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
@@ -34,7 +35,7 @@ namespace NKC_WF.WebUserControls
|
||||
private void setClock()
|
||||
{
|
||||
lblDateTime.Text = DateTime.Now.ToString("ddd dd.MM.yyyy, HH:mm:ss");
|
||||
lblCodOperatore.Text = $"{AppData.DataLayer.man.CodSoggCurrUser} - {AppData.DataLayer.man.CognNomeCurrUser}";
|
||||
lblCodOperatore.Text = $"{user_std.UtSn.CognomeNome} ({Page.User.Identity.Name})";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user