Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Add whiteboard to education and public sector bundle
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Sep 12, 2024
commit 38e0a899720b70cf02356cbadc2f6b47a943b61d
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',
];
}
}