0c5ecf716a39b74e5378606493ddfec31287c62f
Editing an inventory-sourced job stock row opened the Edit Stock modal with the Stock Length dropdown blank instead of showing the row's current length. EditStock() correctly set newStock.StockItemId from the row, but then called the fire-and-forget OnStockMaterialChanged(), which (a) unconditionally reset StockItemId to null, and (b) never triggered a re-render since its Task wasn't awaited by the event handler pipeline. Made EditStock async and await a dedicated loader that populates availableStockItems without touching StockItemId, so Blazor re-renders once the candidate lengths arrive. Found during Task 2 manual verification of the unified Add Stock modal (Step 6). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
A windows program for saw cutting.
8.3 MiB
Languages
C#
72.7%
HTML
20.6%
CSS
4.1%
Python
1.7%
PowerShell
0.8%