aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/App/AppStore/Bundles/EducationBundle.php1
-rw-r--r--lib/private/App/AppStore/Bundles/PublicSectorBundle.php1
-rw-r--r--tests/lib/App/AppStore/Bundles/EducationBundleTest.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php
index 83fcf5309ca..6770d4a7091 100644
--- a/lib/private/App/AppStore/Bundles/EducationBundle.php
+++ b/lib/private/App/AppStore/Bundles/EducationBundle.php
@@ -24,6 +24,7 @@ class EducationBundle extends Bundle {
'announcementcenter',
'quota_warning',
'user_saml',
+ 'whiteboard',
];
}
}
diff --git a/lib/private/App/AppStore/Bundles/PublicSectorBundle.php b/lib/private/App/AppStore/Bundles/PublicSectorBundle.php
index edb86fb5ca7..158d525bdcc 100644
--- a/lib/private/App/AppStore/Bundles/PublicSectorBundle.php
+++ b/lib/private/App/AppStore/Bundles/PublicSectorBundle.php
@@ -28,6 +28,7 @@ class PublicSectorBundle extends Bundle {
'richdocuments',
'admin_audit',
'files_retention',
+ 'whiteboard',
];
}
diff --git a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php
index 2bed8b987fc..50942d8df97 100644
--- a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php
@@ -21,6 +21,7 @@ class EducationBundleTest extends BundleBase {
'announcementcenter',
'quota_warning',
'user_saml',
+ 'whiteboard',
];
}
}