IBX-11964: Removed ibexa/app-switcher from the edition - #298
Merged
Merged
Conversation
The Qntm app switcher is superseded by the native one in ibexa/admin-ui (ibexa/admin-ui#1997); the package is discontinued. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ibexa-workflow-automation-1
Bot
requested review from
GrabowskiM,
OstafinL,
Steveb-p,
ViniTou,
albozek,
alekmick,
alongosz,
barw4,
bnowak,
ciastektk,
dew326,
konradoboza,
mikadamczyk,
tbialcz and
wiewiurdp
and removed request for
a team
August 13, 2026 10:45
konradoboza
approved these changes
Aug 13, 2026
dew326
approved these changes
Aug 13, 2026
This was referenced Aug 13, 2026
alongosz
approved these changes
Aug 17, 2026
barw4
approved these changes
Aug 17, 2026
tbialcz
approved these changes
Aug 17, 2026
barbaragr
approved these changes
Aug 18, 2026
GrabowskiM
pushed a commit
to ibexa/recipes-dev
that referenced
this pull request
Aug 18, 2026
#256) IBX-11964: Stop registering IbexaAppSwitcherBundle in the 6.0 edition recipes The package is being removed from the editions (ibexa/headless#298, ibexa/engage#7); without this, freshly generated 6.0 projects register a bundle whose class is no longer installed and die at cache:clear. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Caution
Related PRs:
IbexaAppSwitcherBundle, so this PR's browser tests currently die atcache:clear("Class not found") when generating the project. Rerun after it lands.Description:
Removes
ibexa/app-switcher(the vendored Qntm switcher) from the edition — it is superseded by the native app switcher and the package is discontinued. Existing 6.0 projects lose the package on their nextcomposer update.For QA:
After
composer updateon a 6.0 project:ibexa/app-switcheris no longer installed, the Qntm dots widget next to the user avatar is gone, and the native app switcher (top-left) takes over. Covered functionally by ibexa/admin-ui#1997's QA steps.Documentation: