Skip to content

Commit

Permalink
Merge pull request #47913 from nextcloud/fix/whiteboard-app-bundles
Browse files Browse the repository at this point in the history
fix: Add whiteboard to education and public sector bundle
  • Loading branch information
juliusknorr authored Sep 12, 2024
2 parents 8feef45 + 38e0a89 commit 15491d0
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 15491d0

Please sign in to comment.