cloud-sdk-js
cloud-sdk-js copied to clipboard
fix: Filter for operations which do not have OperationImport
Due to a wrong implementation of filtering operation imports that do not have a matching operation in the service spec, unnecessary warnings were being logged during odata generation. Instead of checking all EdmxOperation[], only those with isBound flag were being checked. This is now rectified and aforementioned warnings are no longer generated.
Closes SAP/cloud-sdk-backlog#1199
Oh and please add tests for this.