Skip to content

Commit

Permalink
fix: Add whiteboard to education and public sector bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Sep 12, 2024
1 parent e664039 commit 80eec3f
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 80eec3f

Please sign in to comment.