This commit is contained in:
Daniel 2025-08-15 11:22:24 +08:00
parent 4ec53db203
commit 05f48e93d1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -2433,6 +2433,7 @@ func (tx *Transaction) doDuplicateAttrViewView(operation *Operation) (ret *TxErr
}
if nil != masterView.Group {
view.Group = &av.ViewGroup{}
if copyErr := copier.Copy(view.Group, masterView.Group); nil != copyErr {
logging.LogErrorf("copy group failed: %s", copyErr)
return &TxErr{code: TxErrHandleAttributeView, id: avID, msg: copyErr.Error()}