Ancora update gestione refresh dati
This commit is contained in:
@@ -323,6 +323,7 @@ namespace WebDoorCreator.Data.Controllers
|
||||
if (currRec != null) //if is not null edit the record found
|
||||
{
|
||||
currRec.JsoncActVal = modOpRec.JsoncActVal;
|
||||
currRec.JsoncConfigVal = modOpRec.JsoncConfigVal;
|
||||
currRec.userConfirm = modOpRec.userConfirm;
|
||||
currRec.DtConfirm = modOpRec.DtConfirm;
|
||||
localDbCtx.Entry(currRec).State = EntityState.Modified;
|
||||
|
||||
Reference in New Issue
Block a user