Logging beim Speichern von Unterschriften eingebaut
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user