Description
When multiple changes are made in an Adaptation Project that are of the same type and can be merged together, a condence functionality is invoked by the Adaptation Editor, via the Workspace Connector, when save button is clicked. If the version of of SAPUI5 used is <1.108.X, the condensing is not supported and the save fails with an error.
Steps to Reproduce
Steps to reproduce the behavior:
- Create an Adaptation Project for SAPUI5 version <1.108
- Open Adaptation Editor
- Make several changes of the same type. For example, rename an element and then rename it again
- Save the changes
Expected results
Changes are saved
Actual results
Saving fails, and there is an error in browser console stating 'condense is not a function'
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}
Description
When multiple changes are made in an Adaptation Project that are of the same type and can be merged together, a condence functionality is invoked by the Adaptation Editor, via the Workspace Connector, when
savebutton is clicked. If the version of of SAPUI5 used is <1.108.X, the condensing is not supported and the save fails with an error.Steps to Reproduce
Steps to reproduce the behavior:
Expected results
Changes are saved
Actual results
Saving fails, and there is an error in browser console stating 'condense is not a function'
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}