We have functionality that inserts a custom audit log type whenever a
certain property is updated - auditLogger.add(new AuditLogEntry(
"com/day/cq/wcm/core/page", new Date(), newEvent.getUserID(),
pageNodePath, "PageRestricted", entryProperties )); This was added back
in classic and has been working fine, but we just noticed that in touch
it causes the timeline to display "An error has occurred." The log shows
that this is because it can't handle that "PageRestricted" type -
2022-05-05T19:25:39....