You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In generating annotations for a CAP Project when addAnnotation is enabled and an in-memory file system is passed, annotations fail to be added. This issue originated from PR #2849.
To resolve this, changes need to be made in @sap-ux/fiori-annotation-api to support an optional in-memory file system. This will ensure that CAP files are correctly identified and annotations are written as expected.
Steps to Reproduce
Steps to reproduce the behavior:
Create a Fiori LROP Project
Choose a CAP Project as data source
Complete the project generation process.
Observe that annotations are not added to the app/project/annotation.cds file.
Expected results
Annotations added correctly to annotation.cds file
Description
In generating annotations for a CAP Project when
addAnnotation
is enabled and an in-memory file system is passed, annotations fail to be added. This issue originated from PR #2849.To resolve this, changes need to be made in
@sap-ux/fiori-annotation-api
to support an optional in-memory file system. This will ensure that CAP files are correctly identified and annotations are written as expected.Steps to Reproduce
Steps to reproduce the behavior:
app/project/annotation.cds
file.Expected results
Annotations added correctly to
annotation.cds
fileActual results
Annotations not added correctly to
annotation.cds
fileScreenshots
If applicable, add screenshots to help explain the problem.
Version/Components/Environment
Add any other context about the problem here
OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}
The text was updated successfully, but these errors were encountered: