Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
329f5c0b87
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue