Skip to content

feat(builder): Add annotation changes in the flexibilityBundle#1206

Open
Lonwyr wants to merge 1 commit into
SAP:v4from
Lonwyr:flexBundleForAnnotations
Open

feat(builder): Add annotation changes in the flexibilityBundle#1206
Lonwyr wants to merge 1 commit into
SAP:v4from
Lonwyr:flexBundleForAnnotations

Conversation

@Lonwyr
Copy link
Copy Markdown
Contributor

@Lonwyr Lonwyr commented Apr 29, 2026

To reflect annotation changes on oData models within the development, these changes must be part of the flexibility bundle to be applied at runtime.

SNOW: DINC0862595

To reflect annotation changes on oData models within the development, these changes must be part of the flexibility bundle to be applied at runtime.
@RandomByte
Copy link
Copy Markdown
Member

/AzurePipelines run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

log.verbose("Collecting flexibility changes");
const allResources = await workspace.byGlob(
`${pathPrefix}/changes/*.{change,variant,ctrl_variant,ctrl_variant_change,ctrl_variant_management_change}`);
`${pathPrefix}/changes/*.{annotation_change,change,variant,ctrl_variant,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

double comma required? Can glob handle (ignore) the whitespace?

throw new Error(
"There are some control variant changes in the changes folder. This only works with a " +
"minUI5Version 1.73.0. Please update the minUI5Version in the manifest.json to 1.73.0 or higher");
"There are some files in the changes folder working only with a ui5 version 1.73 and above. " +
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

wording:

  • "files" or rather "change file" or "changes"
  • "working" or rather "supported"?
  • "ui5" has to be spelled "UI5"

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