Merge pull request #20128 from nextcloud/bugfix/education-edition

Remove admin_notifications since it is obsolete since Nextcloud 14
pull/20145/head
Roeland Jago Douma 2020-03-24 14:55:01 +07:00 committed by GitHub
commit b31c98a549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

@ -42,7 +42,6 @@ class EducationBundle extends Bundle {
'circles',
'groupfolders',
'announcementcenter',
'admin_notifications',
'quota_warning',
'orcid',
'user_saml',

@ -35,7 +35,6 @@ class EducationBundleTest extends BundleBase {
'circles',
'groupfolders',
'announcementcenter',
'admin_notifications',
'quota_warning',
'orcid',
'user_saml',