Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-12-24 22:54:11 +08:00
commit 329f5c0b87

View file

@ -947,6 +947,13 @@ func updateAttributeViewColRelation(operation *Operation) (err error) {
BackKeyID: operation.KeyID,
}
destAdded = true
if operation.IsTwoWay {
name := strings.TrimSpace(operation.Name)
if "" == name {
name = srcAv.Name
}
backRelKey.Name = name
}
}
if !destAdded {