Door Price:
diff --git a/WebDoorCreator.UI/Pages/OrdersHomePage.razor.cs b/WebDoorCreator.UI/Pages/OrdersHomePage.razor.cs
index d4c04ee..4a1147a 100644
--- a/WebDoorCreator.UI/Pages/OrdersHomePage.razor.cs
+++ b/WebDoorCreator.UI/Pages/OrdersHomePage.razor.cs
@@ -63,7 +63,7 @@ namespace WebDoorCreator.UI.Pages
protected DoorModel? currDoor { get; set; } = null;
protected DoorModel? currDoorModal { get; set; } = null;
- protected int currDoorType { get; set; } = 0;
+ protected int currParentId { get; set; } = 0;
protected OrderSelectFilter currFilter { get; set; } = new OrderSelectFilter();
protected int CurrLevel { get; set; } = 1;
protected int currOrderId { get; set; } = 0;
@@ -195,11 +195,11 @@ namespace WebDoorCreator.UI.Pages
{
DoorModel? addRec = new DoorModel();
- if (currDoorType != 0)
+ if (currParentId != 0)
{
if (DoorsList != null)
{
- addRec = DoorsList.Where(x => x.DoorIdParent == currDoorType).FirstOrDefault();
+ addRec = DoorsList.Where(x => x.ParentId == currParentId).FirstOrDefault();
}
}
@@ -309,10 +309,10 @@ namespace WebDoorCreator.UI.Pages
}
}
- protected async Task SetCurrDoorType(int doorType)
+ protected async Task SetCurrDoorType(int parentId)
{
await Task.Delay(1);
- currDoorType = doorType;
+ currParentId = parentId;
}
protected async Task setEmpty()
diff --git a/WebDoorCreator.UI/WebDoorCreator.UI.csproj b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
index 013eec7..b1869c7 100644
--- a/WebDoorCreator.UI/WebDoorCreator.UI.csproj
+++ b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
@@ -8,117 +8,117 @@
aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608
-
-
-
+
+
+
-
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS-PROD.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
-
+
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS-PROD.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
+
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
-
-
-
-
-
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
- Never
-
-
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
+ Never
+
+
-
-
- Always
-
-
-
-
-
+
+
+ Always
+
+
+
+
+
diff --git a/WebDoorCreator.UI/appsettings.json b/WebDoorCreator.UI/appsettings.json
index 0dc395c..d7c5785 100644
--- a/WebDoorCreator.UI/appsettings.json
+++ b/WebDoorCreator.UI/appsettings.json
@@ -30,7 +30,8 @@
"RuntimeOpt": {
"VetoRemoveProcessing": 5,
"MaxDayCalcCache": 7,
- "BaseUrl": "/WDC/UI"
+ "BaseUrl": "/WDC/UI",
+ "SimulateDoorCosts": true
},
"ConfDDF": {
"Header": [