Include extra also on transaction abort messages.

This commit is contained in:
Leo Vasanko
2026-08-07 14:54:33 +00:00
parent 47f38f4a71
commit f63f6e74c6
4 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -242,7 +242,8 @@ def resolve_user_key(value: str) -> str | None:
emitters can reuse as-is or replace piecemeal:
- `event.header` — a lazy property producing the default one-line header
for any kind: `<action>[ <extra>][ by <user>]` for changes,
`<action>[ by <user>] transaction aborted: <error>` for aborts, and the
`<action>[ <extra>][ by <user>] transaction aborted: <error>` for aborts,
and the
plain `Created`/`Migrated` summaries. It is settable: assign
`event.header = ...` and return truthy to restyle the header while
keeping the default diff routing.