From aa4c9233d14ef85a65603f64abfcecc28f5548c9 Mon Sep 17 00:00:00 2001 From: D045778 Date: Mon, 31 Mar 2025 17:08:03 +0200 Subject: [PATCH] make bookshop Books fiori.draft.enabled --- bookshop/db/schema.cds | 1 + 1 file changed, 1 insertion(+) diff --git a/bookshop/db/schema.cds b/bookshop/db/schema.cds index dd5738c5..f6404dc3 100644 --- a/bookshop/db/schema.cds +++ b/bookshop/db/schema.cds @@ -1,6 +1,7 @@ using { Currency, managed, sap } from '@sap/cds/common'; namespace sap.capire.bookshop; +@fiori.draft.enabled // workaround for reuse in fiori sample and hana deployment entity Books : managed { key ID : Integer; title : localized String(111) @mandatory;