diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index a3a1d76..b5106a0 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
WebDoorCreator - Egalware
- Version: 0.9.2305.2610
+ Version: 0.9.2305.2612
Release note:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index 495613a..c080a8c 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-0.9.2305.2610
+0.9.2305.2612
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 2216b82..1d93507 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 0.9.2305.2610
+ 0.9.2305.2612
http://nexus.steamware.net/repository/SWS/WDC/stable/WDC.UI.zip
http://nexus.steamware.net/repository/SWS/WDC/stable/ChangeLog.html
false
diff --git a/WebDoorCreator.UI/Components/DoorMan/DoorList.razor.cs b/WebDoorCreator.UI/Components/DoorMan/DoorList.razor.cs
index 4b162d9..4be7a5f 100644
--- a/WebDoorCreator.UI/Components/DoorMan/DoorList.razor.cs
+++ b/WebDoorCreator.UI/Components/DoorMan/DoorList.razor.cs
@@ -263,11 +263,14 @@ namespace WebDoorCreator.UI.Components.DoorMan
protected async Task ReloadData()
{
+ // 2023.05.26 - report inserito come servizio nell'app
+#if false
var confData = await WDService.ConfigGetKey("prt_ReportServerUrl");
if (confData != null)
{
reportBaseUrl = confData.valore;
- }
+ }
+#endif
if (!AddDoorDict.ContainsKey("ADD NEW DOOR"))
{
@@ -386,6 +389,7 @@ namespace WebDoorCreator.UI.Components.DoorMan
#endregion Private Properties
+#if false
public string reportBaseUrl { get; set; } = "http://w2019-sql-steam/reportserver?/Test/WebDoor/";
protected async Task reportUrl(int orderId)
@@ -393,8 +397,19 @@ namespace WebDoorCreator.UI.Components.DoorMan
var url = $"{reportBaseUrl}ReportOrder&OrderID={orderId}&rs:Command=Render&rs:format=PDF";
await JSRuntime.InvokeAsync