Skip to content
Snippets Groups Projects
Unverified Commit a41ad784 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Update education bundle

parent c724eb24
No related branches found
No related tags found
No related merge requests found
...@@ -37,13 +37,11 @@ class EducationBundle extends Bundle { ...@@ -37,13 +37,11 @@ class EducationBundle extends Bundle {
*/ */
public function getAppIdentifiers() { public function getAppIdentifiers() {
return [ return [
'zenodo',
'dashboard', 'dashboard',
'circles', 'circles',
'groupfolders', 'groupfolders',
'announcementcenter', 'announcementcenter',
'quota_warning', 'quota_warning',
'orcid',
'user_saml', 'user_saml',
]; ];
} }
......
...@@ -30,13 +30,11 @@ class EducationBundleTest extends BundleBase { ...@@ -30,13 +30,11 @@ class EducationBundleTest extends BundleBase {
$this->bundleIdentifier = 'EducationBundle'; $this->bundleIdentifier = 'EducationBundle';
$this->bundleName = 'Education Edition'; $this->bundleName = 'Education Edition';
$this->bundleAppIds = [ $this->bundleAppIds = [
'zenodo',
'dashboard', 'dashboard',
'circles', 'circles',
'groupfolders', 'groupfolders',
'announcementcenter', 'announcementcenter',
'quota_warning', 'quota_warning',
'orcid',
'user_saml', 'user_saml',
]; ];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment