feat: recognize MnestixAASGenerator/* qualifier prefix in blueprint editor - #628
Open
artacho-xitaso wants to merge 1 commit into
Open
feat: recognize MnestixAASGenerator/* qualifier prefix in blueprint editor#628artacho-xitaso wants to merge 1 commit into
artacho-xitaso wants to merge 1 commit into
Conversation
…ditor The generator now emits MnestixAASGenerator/* qualifiers instead of SMT/* (MNE-428). Add the new prefix to the MappingInfo, CollectionMappingInfo and FilterMappingInfo recognition arrays and emit it from the empty templates. Old SMT/* and plain variants stay supported.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds support in the Blueprint Editor’s mapping-qualifier handling for the new MnestixAASGenerator/* qualifier prefix emitted by the generator, while keeping existing SMT/* and unprefixed variants compatible.
Changes:
- Extend
qualifierTypesrecognition lists to includeMnestixAASGenerator/*for MappingInfo, CollectionMappingInfo, and FilterMappingInfo. - Update the mapping qualifier
emptyTemplate.typevalues to emit the newMnestixAASGenerator/*prefix when users add new qualifiers from the editor.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/app/[locale]/templates/_components/blueprint-edit/edit-components/mapping-info/mapping-info-data.json | Recognize and emit MnestixAASGenerator/MappingInfo in MappingInfo qualifier config. |
| src/app/[locale]/templates/_components/blueprint-edit/edit-components/mapping-info/filter-mapping-info.json | Recognize and emit MnestixAASGenerator/FilterMappingInfo in FilterMappingInfo qualifier config. |
| src/app/[locale]/templates/_components/blueprint-edit/edit-components/mapping-info/collection-mapping-info-data.json | Recognize and emit MnestixAASGenerator/CollectionMappingInfo in CollectionMappingInfo qualifier config. |
artacho-xitaso
marked this pull request as ready for review
August 5, 2026 11:49
artacho-xitaso
requested review from
GailMelanie,
LuisSchweinberger,
XAlinaGS,
hofermo and
pawel-baran-se
as code owners
August 5, 2026 11:49
hofermo
approved these changes
Aug 6, 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.
Description
The generator now emits MnestixAASGenerator/* qualifiers instead of SMT/* (MNE-428). Add the new prefix to the MappingInfo, CollectionMappingInfo and FilterMappingInfo recognition arrays and emit it from the empty templates. Old SMT/* and plain variants stay supported.
Related to
Type of change