From a5c8b5101ede4440174772fa8b713c255f47466e Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Wed, 17 Feb 2021 16:00:10 +0100 Subject: [PATCH] Make the CatalogService usage more obvious --- suppliers/srv/mashup.cds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suppliers/srv/mashup.cds b/suppliers/srv/mashup.cds index 5e95d3fc..a4df66d0 100644 --- a/suppliers/srv/mashup.cds +++ b/suppliers/srv/mashup.cds @@ -16,7 +16,7 @@ extend service S4 with { You can mashup entities from external services, or projections thereof, with your project's own entities */ -using { sap.capire.bookshop.Books } from '@capire/bookshop'; +using { sap.capire.bookshop.Books, CatalogService } from '@capire/bookshop'; extend Books with { supplier : Association to S4.Suppliers; }