Update componente WebWindow configurator

This commit is contained in:
Samuele Locatelli
2025-12-23 12:14:12 +01:00
parent 5be8b7669b
commit 32bbee2d01
12 changed files with 180 additions and 125 deletions
@@ -3031,6 +3031,10 @@ namespace EgwCoreLib.Lux.Data.Controllers
if (currRec != null)
{
currRec.ProdEstimate = prodEstim;
if (!string.IsNullOrEmpty(prodEstim) && currRec.OrderRowState == OrderStates.Created)
{
currRec.OrderRowState = OrderStates.Estimated;
}
dbCtx.Entry(currRec).State = EntityState.Modified;
// genero WLD x controllo
var currWLD = new WorkLoadDetailDTO(currRec.OrderRowUID, currRec.ProdEstimate);
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Egw.Lux.WebWindow.Base" Version="2.7.12.1518" />
<PackageReference Include="Egw.Lux.WebWindow.Base" Version="2.7.12.2312" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.21" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.21" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.21" />