Add log and related resources to API in frontend
This commit is contained in:
parent
999d69365c
commit
ec98c8226e
3 changed files with 29 additions and 6 deletions
|
|
@ -203,6 +203,7 @@ func (res *communicationR) hydrateCommunication(comm modelpublic.Communication,
|
|||
return communication{
|
||||
Created: comm.Created,
|
||||
ID: strconv.Itoa(int(comm.ID)),
|
||||
Log: []communicationLog{},
|
||||
Related: related,
|
||||
Response: response,
|
||||
Source: source_uri,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue