Populate ComplianceReportRequest on site review page
This commit is contained in:
parent
a6ca30fdb1
commit
efd6f59fca
6 changed files with 42 additions and 14 deletions
|
|
@ -13,7 +13,7 @@ type Site struct {
|
|||
Features []Feature `db:"-" json:"features"`
|
||||
FileID int32 `db:"file_id" json:"file_id"`
|
||||
ID int32 `db:"id" json:"id"`
|
||||
Leads []Lead `db:"-" json:"leads"`
|
||||
Leads []*Lead `db:"-" json:"leads"`
|
||||
Notes string `db:"notes" json:"notes"`
|
||||
OrganizationID int32 `db:"organization_id" json:"organization_id"`
|
||||
Owner Contact `db:"owner" json:"owner"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue