This commit is contained in:
Daniel 2024-12-09 10:50:03 +08:00
parent 553891defb
commit 04a4a90721
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 22 additions and 11 deletions

View file

@ -412,7 +412,7 @@ func getRefIDs(c *gin.Context) {
}
id := arg["id"].(string)
refIDs, refTexts, defIDs := model.GetBlockRefs(id)
refIDs, refTexts, defIDs := model.GetBlockRefs(id, true)
ret.Data = map[string][]string{
"refIDs": refIDs,
"refTexts": refTexts,