draft crud

This commit is contained in:
Dr. David A. Kunz
2025-05-28 13:08:52 +02:00
parent ce1da7fce9
commit 6b15dbdd2e

View File

@@ -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