-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Description
Component usage wizard generates file where instead of property "componentData" property "data" is written. This leads to an error when Adaptation Editor is started:
2025-10-08 14:30:16 error main: Validation of inline change number 9 ('appdescr_ui5_addComponentUsages') failed
2025-10-08 14:30:16 error main: Property not in schema: componentUsages/sap.ui.comp/data
Steps to Reproduce
Steps to reproduce the behavior:
- Open Add Component Usages sub generator on an ADP
- Go through and generate a change
- Start Adaptation Editor
- See error
Expected results
Change is created with a correct property
Actual results
Change is created with wrong property which causes problems start of Adaptation Editor
Screenshots
If applicable, add screenshots to help explain the problem.
Version/Components/Environment
Add any other context about the problem here
OS:
- Mac OS
- Windows
- Other
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}