Include extra also on transaction abort messages.
This commit is contained in:
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user