Logging beim Speichern von Unterschriften eingebaut

This commit is contained in:
2025-12-10 14:10:41 +01:00
parent ac6db2c5aa
commit b06dcf991c

View File

@@ -249,8 +249,7 @@ namespace BeWoPlanerMobil.Controllers
Model.SelectedSupportConceptListObject = Model.SupportConceptListObjects.FirstOrDefault(f => f.CostBearer2SupportConceptOid == -1) ?? Model.SupportConceptListObjects.First();
Model.SelectedCostBearerSupportConceptOid = -1;
Log.Info($"TEST Model.SupportConceptListObjects Oids = {Model.SelectedCostBearerSupportConceptOid}");
}
else
{
@@ -1180,6 +1179,8 @@ namespace BeWoPlanerMobil.Controllers
Zeitstempel = date,
ServiceRecordOid = objectOid
}).SignatureOid;
Log.Info(String.Format("Unterschrift (Oid {0}) erfolgreich gespeichert für ServiceRecord {1}", oid, objectOid));
}
if(oid is null)