[UPMERGE] 5.1 -> 2026.x#3041
Open
github-actions[bot] wants to merge 5 commits into
Open
Conversation
[IndexBundle] OpenSearchWorker: Refactor delete methods for index operations
[UPMERGE] 4.1 -> 5.0
[UPMERGE] 5.0 -> 5.1
… type registration Fix "No form type registered for block prefix ..." for the studio-form schema endpoint by registering all rule-engine FormTypes as proper `form.type` services via per-bundle globs with autoconfigure. This makes RegisterStudioFormTypesPass alone sufficient and makes RegisterFormTypesFromTagsPass redundant — removed it together with all its call sites in Order/Shipping/Payment/Product/Core bundles. Notification rule state/transition conditions used to render plain TextType fields because the ExtJS-era logic that filled selects from Symfony workflows was lost during the studio v2 migration. Reintroduce it on the backend: - AbstractWorkflowPlaceConfigurationType: ChoiceType populated from WorkflowInterface::getDefinition()->getPlaces() - AbstractStateTransitionConfigurationType: ChoiceType populated from WorkflowInterface::getDefinition()->getTransitions() - 9 concrete State subclasses (1:1 to coreshop_* state machines) - 8 concrete Transition subclasses (replaces the single overloaded StateTransitionConfigurationType that was misused across 8 different workflows, mirroring the original ExtJS one-class-per-workflow pattern) Also gives Notification/Condition/StoresConfigurationType the same `block_prefix: coreshop_store_choice` as its rule-engine sibling so the EntityChoiceWidget renders the multi-store select. Co-Authored-By: Claude Opus 4.7 <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.



This PR has been generated automatically.
Remember! The upmerge should always be merged with using
Merge pull requestbutton.In case of conflicts, please resolve them manually with usign the following commands: