diagnose: surface missing method details for ticket history
This commit is contained in:
@@ -1431,6 +1431,10 @@ namespace C4IT.F4SD
|
||||
}
|
||||
return journalEntries;
|
||||
}
|
||||
catch (MissingMethodException E)
|
||||
{
|
||||
return F4SDM42WebApiController.CreateMissingMethodDiagnostics("GetJournalEntries helper", activityEOID, E);
|
||||
}
|
||||
catch (Exception E)
|
||||
{
|
||||
LogException(E);
|
||||
|
||||
Reference in New Issue
Block a user