Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a7b8fa1b23
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ func (tx *Transaction) doAddAttrViewView(operation *Operation) (ret *TxErr) {
|
|||
}
|
||||
|
||||
view := av.NewView()
|
||||
view.ID = operation.ID
|
||||
attrView.Views = append(attrView.Views, view)
|
||||
attrView.ViewID = view.ID
|
||||
if err = av.SaveAttributeView(attrView); nil != err {
|
||||
|
|
Loading…
Add table
Reference in a new issue