diff --git a/fiori/app/admin-books/fiori-service.cds b/fiori/app/admin-books/fiori-service.cds index 6be07610..d7e00a00 100644 --- a/fiori/app/admin-books/fiori-service.cds +++ b/fiori/app/admin-books/fiori-service.cds @@ -1,6 +1,10 @@ using { AdminService } from '@capire/bookstore'; using from '../common'; // to help UI linter get the complete annotations +annotate sap.capire.bookshop.Genres with @fiori.draft.enabled; +annotate AdminService.Genres with @odata.draft.enabled; +annotate AdminService.Genres with @odata.draft.bypass; +annotate AdminService.Genres with @odata.draft.bypass; //////////////////////////////////////////////////////////////////////////// @@ -85,6 +89,7 @@ annotate AdminService.Genres with { ID @UI.Hidden; }; + //////////////////////////////////////////////////////////// // // Draft for Localized Data