What this page shows
Change Notification Detail opens one stored audit record from the change-notifications list.
It is the page operators use when the list row is not detailed enough on its own.
When to use it
- inspect the full before/after payload for one change
- confirm the actor, entity, and timestamp of a change
- compare values in table, JSON, or diff mode
- print the audit entry for review or escalation
How to read it
The page is split into operator-facing sections:
Change InformationAdministrator InformationDescriptionChange ComparisonAudit Information
The comparison block uses one stored payload that can be viewed as:
- table
- raw JSON
- diff
The Audit Information block also displays an Immutable status chip. That chip means the audit row is read-only after creation.
Controls that operators use
Backreturns to the Change Notifications list.- breadcrumb links can open Dashboard, Reports, or the Change Notifications list.
Printopens the browser print flow for the currently visible detail.- Table View, JSON View, and Diff View switch presentation only; they do not load a different audit record.
- Copy buttons in table mode copy individual before or after values.
- Expand controls in table mode reveal complex object values or long strings.
Known caveats
- The diff structure varies by change type because the payload is stored as JSONB and not normalized to one rigid schema.
- The table comparison mode only extracts nested fields shaped like
{ before, after }frompreviousValue. If a record uses the legacy full-object format, the table can showNo changes detectedwhile JSON or diff mode still exposes the raw payload. - This route is normally entered from the list page. Operators usually should not guess change ids and open it directly.
- Print and copy controls are browser utilities around the same detail payload.
- If no change exists for a valid route id, the page shows
Change notification not foundwith a back button.