Skip to content

Commit

Permalink
Merge pull request #4292 from nextcloud/backport/4291/stable6.1
Browse files Browse the repository at this point in the history
[stable6.1] fix: share address books with user groups
  • Loading branch information
hamza221 authored Jan 9, 2025
2 parents fb709a3 + 02e27da commit ebef03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
this.usersOrGroups = results
.filter((result) => {
const allowedCalendarUserTypes = ['INDIVIDUAL']
if (this.isGroupSharingEnabled) {
if (isGroupSharingEnabled) {
allowedCalendarUserTypes.push('GROUP')
}
return allowedCalendarUserTypes.includes(result.calendarUserType)
Expand Down

0 comments on commit ebef03b

Please sign in to comment.