cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UI5 Fragment Changes Not Reflecting Even After Cache Clear & Rebuild

rimene99
Explorer
0 Likes
523

When I create NotificationType.fragment.xml and its corresponding NotificationType.js, everything works fine. However, when I try to modify the fragment—such as adding a Combo Box or changing a text—none of the changes appear. It seems like the fragment is read only once, and after that, any modifications are not detected. Even if I clear the cache and rebuild the project, the issue persists.

Accepted Solutions (1)

Accepted Solutions (1)

Dinu
Active Contributor

If this is for Fiori Elements, try adding sap-ui-xx-viewCache=false to the url or add data-sap-ui-xx-viewCache="false" to the script tag.

This discussed in Solved: sap.fe v4 custom object page sections and caching ... - SAP Community

rimene99
Explorer
0 Likes

Thank you! When I added     data-sap-ui-xx-viewCache="false"    in index.html , the problem was solved

Answers (0)