aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Knorr <jus@bitgrid.net>2024-09-12 09:08:46 +0200
committerJulius Knorr <jus@bitgrid.net>2024-09-12 09:13:42 +0200
commit38e0a899720b70cf02356cbadc2f6b47a943b61d (patch)
treedfe6f6403d5efc2555da6a7ee6ce5a429e1f3d19
parent5fc514877bfb7678bc0950253abbf192ecbc35e7 (diff)
downloadnextcloud-server-38e0a899720b70cf02356cbadc2f6b47a943b61d.tar.gz
nextcloud-server-38e0a899720b70cf02356cbadc2f6b47a943b61d.zip
fix: Add whiteboard to education and public sector bundle
Signed-off-by: Julius Knorr <jus@bitgrid.net>
-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',
];
}
}