fix: avoid storage rendering for ticket history
This commit is contained in:
@@ -1423,7 +1423,7 @@ namespace C4IT.F4SD
|
||||
for (int i = 0; i < entries.Count; i++)
|
||||
{
|
||||
var item = entries[i];
|
||||
var text = item.Body ?? string.Empty;
|
||||
var text = item.Comments ?? string.Empty;
|
||||
var createdDate = item.CreatedDate ?? DateTime.MinValue;
|
||||
|
||||
LogEntry($"Journal entry {i + 1}/{entries.Count}: ID={item.Id}, CreatedDate={createdDate}, CreatedBy={item.CreatorName}, Header={item.Header}", LogLevels.Debug);
|
||||
|
||||
Reference in New Issue
Block a user