also allow group admins to pin posts

This commit is contained in:
Ulf Gebhardt 2026-01-17 15:29:24 +01:00
parent a98968f204
commit b4073ce1cf
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -247,7 +247,7 @@ export default {
if (
this.resourceType === 'contribution' &&
this.resource.group &&
this.resource.group.myRole === 'owner' &&
(this.resource.group.myRole === 'owner' || this.resource.group.myRole === 'admin') &&
(this.canBeGroupPinned || this.resource.groupPinned)
) {
routes.push({