Merge pull request #57357 from Freiheitswolke/fix/NavigationManager/Remove-break-to-return-all-defaultEntryIds

This commit is contained in:
Kate 2026-01-12 19:29:18 +01:00 committed by GitHub
commit 258b30606f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -474,7 +474,6 @@ class NavigationManager implements INavigationManager {
foreach ($storedIds as $id) {
if (in_array($id, $entryIds, true)) {
$ids[] = $id;
break;
}
}
return array_filter($ids);