This commit is contained in:
Daniel 2024-05-06 21:46:46 +08:00
parent d9a163515b
commit 2984a197d9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1574,6 +1574,8 @@ func updateAttributeViewColRelation(operation *Operation) (err error) {
name = srcAv.Name + " " + operation.Format
}
backRelKey.Name = strings.TrimSpace(name)
} else {
backRelKey.Relation.BackKeyID = ""
}
}