This commit is contained in:
Daniel 2025-08-14 00:00:57 +08:00
parent b78e2edfb8
commit 176308d7d2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 25 additions and 15 deletions

View file

@ -3442,7 +3442,7 @@ func getAttrViewTable(attrView *av.AttributeView, view *av.View, query string) (
}
depth := 1
ret = sql.RenderAttributeViewTable(attrView, view, query, &depth, map[string]*av.AttributeView{})
ret = sql.RenderAttributeViewTable(attrView, view, query, &depth, map[string]*av.AttributeView{}, map[string]av.Collection{})
return
}