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
When using the quick action for enabling semantic date range the change does not get applied when the application reloads because the merged manifest is not updated
Steps to Reproduce
Steps to reproduce the behavior:
Start the Adaptation Editor with a V2 application.
Enable/Disable Feature:
Enable or disable the Semantic Date Range in the FilterBar.
Save and Observe:
Click on Save to trigger a reload.
Observe that the changes are not visible in the preview.
Switch UI5 Version to 1.131.0:
Substitute the last two lines in your configuration as follows:
Notice that the changes are now visible in the preview.
While performing the above steps, check the adaptation-editor.html.inner.html response in the network tab. All relevant changes (descriptor changes) should be merged into the manifest. You can confirm this by inspecting the response of the adaptation-editor.html.inner.html searching for $sap.ui.fl.change.
Changes between UI5 Version 1.131.0 and 1.133.0
UI5 Version 1.131.0:
Each reload triggers a new request to the backend.
The changes are reflected correctly in the adaptation-editor.html.inner.html response.
UI5 Version 1.133.0:
Only the initial start of the Adaptation Editor triggers a backend request.
Subsequent reloads do not trigger a request, and the response appears cached.
Expected results
Merged manifest is synced
Actual results
Manifest
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}
The text was updated successfully, but these errors were encountered:
Description
When using the quick action for enabling semantic date range the change does not get applied when the application reloads because the merged manifest is not updated
Steps to Reproduce
Steps to reproduce the behavior:
While performing the above steps, check the adaptation-editor.html.inner.html response in the network tab. All relevant changes (descriptor changes) should be merged into the manifest. You can confirm this by inspecting the response of the adaptation-editor.html.inner.html searching for $sap.ui.fl.change.
Changes between UI5 Version 1.131.0 and 1.133.0
UI5 Version 1.131.0:
UI5 Version 1.133.0:
Expected results
Merged manifest is synced
Actual results
Manifest
Screenshots
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: