IBX-11964: Removed IbexaAppSwitcherBundle from the 6.0 edition recipes - #256
Merged
Merged
Conversation
… 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>
|
Thanks for contribution! 🎉 To test the changes please execute: before executing the recipes. |
|
alongosz
approved these changes
Aug 17, 2026
ibexa-workflow-automation-1
Bot
requested review from
Steveb-p,
ViniTou,
alongosz,
barw4,
bnowak,
ciastektk,
konradoboza,
mikadamczyk,
tbialcz and
wiewiurdp
and removed request for
a team
August 17, 2026 12:30
barw4
approved these changes
Aug 17, 2026
alongosz
approved these changes
Aug 17, 2026
tbialcz
approved these changes
Aug 17, 2026
barbaragr
approved these changes
Aug 18, 2026
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.



Related PRs:
ibexa/app-switcherrequirement.IbexaAppSwitcherBundlethe projects die atcache:clearwith "Class not found" (that's the current red CI on #298).Description:
Removes
IbexaAppSwitcherBundlefrom the 6.0 headless/experience/commerce recipe manifests, as part of retiring the Qntm app switcher (superseded by the native one, ibexa/admin-ui#1997). 4.6/5.0 recipes are untouched — the package stays on released versions.For QA:
Fresh 6.0 project installs get no
IbexaAppSwitcherBundleline inconfig/bundles.php. Existing projects keep the line until they remove the package (composer + bundles.php cleanup on their side).Documentation: