fixed: not allowed to add calendar events if in can edit group but not can add event group
This commit is contained in:
parent
3cb07d4152
commit
d487d4edd6
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.6.2
|
||||
- fixed: not allowed to add calendar events if in can edit group but not can add event group
|
||||
- sped up lineage changes significantly
|
||||
- fixed: site starter fails after site style page
|
||||
- fixed #8829: moveUp.gif, moveDown.gif missing from uploads
|
||||
|
|
|
|||
|
|
@ -427,6 +427,7 @@ sub canAddEvent {
|
|||
|
||||
return 1 if (
|
||||
$user->isInGroup( $self->get("groupIdEventEdit") )
|
||||
|| $self->SUPER::canEdit( $userId )
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue