mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #47915 from nextcloud/backport/47913/stable30
[stable30] fix: Add whiteboard to education and public sector bundle
This commit is contained in:
commit
01bf24505d
3 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class EducationBundle extends Bundle {
|
|||
'announcementcenter',
|
||||
'quota_warning',
|
||||
'user_saml',
|
||||
'whiteboard',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ class PublicSectorBundle extends Bundle {
|
|||
'richdocuments',
|
||||
'admin_audit',
|
||||
'files_retention',
|
||||
'whiteboard',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ class EducationBundleTest extends BundleBase {
|
|||
'announcementcenter',
|
||||
'quota_warning',
|
||||
'user_saml',
|
||||
'whiteboard',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue