Merge pull request #47915 from nextcloud/backport/47913/stable30

[stable30] fix: Add whiteboard to education and public sector bundle
This commit is contained in:
Julius Knorr 2024-09-12 13:16:05 +02:00 committed by GitHub
commit 01bf24505d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ class EducationBundle extends Bundle {
'announcementcenter',
'quota_warning',
'user_saml',
'whiteboard',
];
}
}

View file

@ -28,6 +28,7 @@ class PublicSectorBundle extends Bundle {
'richdocuments',
'admin_audit',
'files_retention',
'whiteboard',
];
}

View file

@ -21,6 +21,7 @@ class EducationBundleTest extends BundleBase {
'announcementcenter',
'quota_warning',
'user_saml',
'whiteboard',
];
}
}