Ancora update gestione refresh dati

This commit is contained in:
Samuele Locatelli
2023-04-28 10:59:58 +02:00
parent e9116e9904
commit aaeddc7e54
2 changed files with 8 additions and 2 deletions
@@ -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;