Add user id to api trace output
This commit is contained in:
parent
aceae23c8e
commit
9682fe6431
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
attrs = {
|
||||
"id" => trace.id,
|
||||
"name" => trace.name,
|
||||
"uid" => trace.user_id,
|
||||
"user" => trace.user.display_name,
|
||||
"visibility" => trace.visibility,
|
||||
"pending" => trace.inserted ? "false" : "true",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue