Skip to content

Commit

Permalink
Show memberID in sharings check reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Oct 12, 2023
1 parent 10bd51e commit a9a5ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/sharing/sharing.go
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,7 @@ func (s *Sharing) checkSharingTreesConsistency(inst *instance.Instance, ownerDoc
"member": m.Domain,
"ownerDoc": ownerDoc,
"memberRev": memberDoc.Rev(),
"memberID": memberDoc.ID(),
})
}
} else {
Expand Down

0 comments on commit a9a5ca3

Please sign in to comment.