Merge branch 'develop' of https://gitlab.steamware.net/egalware-web/special/webdoorcreator into develop
This commit is contained in:
@@ -733,7 +733,7 @@ namespace WebDoorCreator.Data.Controllers
|
||||
currRec.Quantity = addEditRec.Quantity;
|
||||
currRec.DoorExtCode = addEditRec.DoorExtCode;
|
||||
currRec.DoorDescript = addEditRec.DoorDescript;
|
||||
currRec.DoorIdParent = addEditRec.DoorIdParent;
|
||||
currRec.ParentId = addEditRec.ParentId;
|
||||
localDbCtx.Entry(currRec).State = EntityState.Modified;
|
||||
}
|
||||
else //if is null add the record as new in the table
|
||||
|
||||
Reference in New Issue
Block a user