Skip to content

feat: recognize MnestixAASGenerator/* qualifier prefix in blueprint editor - #628

Open
artacho-xitaso wants to merge 1 commit into
devfrom
feature/MNE-428-rename-smt-qualifiers
Open

feat: recognize MnestixAASGenerator/* qualifier prefix in blueprint editor#628
artacho-xitaso wants to merge 1 commit into
devfrom
feature/MNE-428-rename-smt-qualifiers

Conversation

@artacho-xitaso

@artacho-xitaso artacho-xitaso commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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

  • New feature (non-breaking change which adds functionality)

…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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 qualifierTypes recognition lists to include MnestixAASGenerator/* for MappingInfo, CollectionMappingInfo, and FilterMappingInfo.
  • Update the mapping qualifier emptyTemplate.type values to emit the new MnestixAASGenerator/* 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants