* Changed string parameters to GUID
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
private void OnRowDoubleClick(GridRowEventArgs<CustomerOrderDto> obj)
|
||||
{
|
||||
string customerOrderId = obj.Item.CoNum;
|
||||
Guid customerOrderId = obj.Item.RowPointer;
|
||||
|
||||
NavigationManager.NavigateTo($"/CustomerOrder/{customerOrderId}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user