fix: Add whiteboard to education and public sector bundle

Signed-off-by: Julius Knorr <jus@bitgrid.net>
pull/47913/head
Julius Knorr 2 years ago
parent 5fc514877b
commit 38e0a89972
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 1
      lib/private/App/AppStore/Bundles/EducationBundle.php
  2. 1
      lib/private/App/AppStore/Bundles/PublicSectorBundle.php
  3. 1
      tests/lib/App/AppStore/Bundles/EducationBundleTest.php

@ -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…
Cancel
Save