@@ -197,7 +200,7 @@ else
@foreach (var kvp in item.DictAttribShort(nShort))
{
- @kvp.Key:
+ @kvp.Key:
@kvp.Value
}
diff --git a/LiMan.UI/Components/EnrollList.razor.cs b/LiMan.UI/Components/EnrollList.razor.cs
index a0ee72c..3ebd77f 100644
--- a/LiMan.UI/Components/EnrollList.razor.cs
+++ b/LiMan.UI/Components/EnrollList.razor.cs
@@ -82,6 +82,7 @@ namespace LiMan.UI.Components
// aggiungo chiave calcolata
newLic.Chiave = newLic.ChiaveCalc;
await LMDService.LicenzeNextUpdate(newLic);
+ LMDService.EnrollMessPipe.sendMessage("LicAdded");
ShowAddLic = false;
ShowEditLic = false;
await ReloadLicData();
@@ -102,6 +103,7 @@ namespace LiMan.UI.Components
// aggiorno chiave calcolata
currLic.Chiave = currLic.ChiaveCalc;
await LMDService.LicenzeNextUpdate(currLic);
+ LMDService.EnrollMessPipe.sendMessage("LicUpdated");
ShowAddLic = false;
ShowEditLic = false;
await ReloadLicData();
@@ -123,6 +125,7 @@ namespace LiMan.UI.Components
SelRecord.UserAppr = user.Identity.Name;
SelRecord.IdxLic = SelIdxLic;
await LMDService.EnrollReqUpsert(SelRecord);
+ LMDService.EnrollMessPipe.sendMessage("AppApproved");
SelRecord = null;
await ReloadData();
}
@@ -188,7 +191,7 @@ namespace LiMan.UI.Components
///
/// num max di dettagli KVP da mostrare
///
- private int nShort = 2;
+ private int nShort = 3;
private List
PageList = new List() { 4, 8, 12, 16, 24, 48 };
diff --git a/LiMan.UI/Components/SearchEnroll.razor.cs b/LiMan.UI/Components/SearchEnroll.razor.cs
index 6250dd7..f86af53 100644
--- a/LiMan.UI/Components/SearchEnroll.razor.cs
+++ b/LiMan.UI/Components/SearchEnroll.razor.cs
@@ -55,6 +55,7 @@ namespace LiMan.UI.Components
{
await LMDService.EnrollReqPurgeInvalid();
await LMDService.FlushEnrollCache();
+ LMDService.EnrollMessPipe.sendMessage("PurgedOld");
searchVal = "";
}
diff --git a/LiMan.UI/Data/LiManDataService.cs b/LiMan.UI/Data/LiManDataService.cs
index 975860e..a6bf01b 100644
--- a/LiMan.UI/Data/LiManDataService.cs
+++ b/LiMan.UI/Data/LiManDataService.cs
@@ -737,6 +737,8 @@ namespace LiMan.UI.Data
public async Task FlushEnrollCache()
{
bool fatto = await FlushRedisCachePattern("Enroll");
+ // invio segnale rilettura...
+
return fatto;
}
diff --git a/LiMan.UI/LiMan.UI.csproj b/LiMan.UI/LiMan.UI.csproj
index 854557c..c726674 100644
--- a/LiMan.UI/LiMan.UI.csproj
+++ b/LiMan.UI/LiMan.UI.csproj
@@ -2,7 +2,7 @@
net6.0
- 2.1.2501.0710
+ 2.1.2501.0919
LiMan.UI
LiMan.UI
diff --git a/LiMan.UI/Resources/ChangeLog.html b/LiMan.UI/Resources/ChangeLog.html
index ac91928..5707054 100644
--- a/LiMan.UI/Resources/ChangeLog.html
+++ b/LiMan.UI/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
License Manager
- Versione: 2.1.2501.0710
+ Versione: 2.1.2501.0919
Note di rilascio:
-
diff --git a/LiMan.UI/Resources/VersNum.txt b/LiMan.UI/Resources/VersNum.txt
index f00f47f..8410170 100644
--- a/LiMan.UI/Resources/VersNum.txt
+++ b/LiMan.UI/Resources/VersNum.txt
@@ -1 +1 @@
-2.1.2501.0710
+2.1.2501.0919
diff --git a/LiMan.UI/Resources/manifest.xml b/LiMan.UI/Resources/manifest.xml
index 2d223ac..a8aad01 100644
--- a/LiMan.UI/Resources/manifest.xml
+++ b/LiMan.UI/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 2.1.2501.0710
+ 2.1.2501.0919
https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.UI.zip
https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html
false