Skip to content

Commit 6564f0e

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 4cd439b + 05f48e9 commit 6564f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/model/attribute_view.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,6 +2433,7 @@ func (tx *Transaction) doDuplicateAttrViewView(operation *Operation) (ret *TxErr
24332433
}
24342434

24352435
if nil != masterView.Group {
2436+
view.Group = &av.ViewGroup{}
24362437
if copyErr := copier.Copy(view.Group, masterView.Group); nil != copyErr {
24372438
logging.LogErrorf("copy group failed: %s", copyErr)
24382439
return &TxErr{code: TxErrHandleAttributeView, id: avID, msg: copyErr.Error()}

0 commit comments

Comments
 (0)