Skip to content

Commit

Permalink
Merge pull request #47915 from nextcloud/backport/47913/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: Add whiteboard to education and public sector bundle
  • Loading branch information
juliushaertl authored Sep 12, 2024
2 parents 7776d68 + 80eec3f commit 01bf245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/App/AppStore/Bundles/EducationBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function getAppIdentifiers() {
'announcementcenter',
'quota_warning',
'user_saml',
'whiteboard',
];
}
}
1 change: 1 addition & 0 deletions lib/private/App/AppStore/Bundles/PublicSectorBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function getAppIdentifiers(): array {
'richdocuments',
'admin_audit',
'files_retention',
'whiteboard',
];
}

Expand Down
1 change: 1 addition & 0 deletions tests/lib/App/AppStore/Bundles/EducationBundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ protected function setUp(): void {
'announcementcenter',
'quota_warning',
'user_saml',
'whiteboard',
];
}
}

0 comments on commit 01bf245

Please sign in to comment.