diagnose: surface missing method details for ticket history

This commit is contained in:
Meik
2026-06-30 23:57:59 +02:00
parent ec69a95c22
commit 3d6a8f514c
3 changed files with 80 additions and 2 deletions

View File

@@ -1431,6 +1431,10 @@ namespace C4IT.F4SD
}
return journalEntries;
}
catch (MissingMethodException E)
{
return F4SDM42WebApiController.CreateMissingMethodDiagnostics("GetJournalEntries helper", activityEOID, E);
}
catch (Exception E)
{
LogException(E);