We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd439b + 05f48e9 commit 6564f0eCopy full SHA for 6564f0e
kernel/model/attribute_view.go
@@ -2433,6 +2433,7 @@ func (tx *Transaction) doDuplicateAttrViewView(operation *Operation) (ret *TxErr
2433
}
2434
2435
if nil != masterView.Group {
2436
+ view.Group = &av.ViewGroup{}
2437
if copyErr := copier.Copy(view.Group, masterView.Group); nil != copyErr {
2438
logging.LogErrorf("copy group failed: %s", copyErr)
2439
return &TxErr{code: TxErrHandleAttributeView, id: avID, msg: copyErr.Error()}
0 commit comments