Hi,
I have extended a Fiori application(My Quality tasks) and also have created a new service redefining the std service. Also in my UI5 extension I have changed the component.js file to use my new service. The application is running on the new service for all OData calls except for one call(opening the attachment) for which alone its still using the std. service instead of my new service.
This std. service is being referred from the component-preload.js file. Should I change this also ?
Please help.