draft crud
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
using { AdminService } from '@capire/bookstore';
|
using { AdminService } from '@capire/bookstore';
|
||||||
using from '../common'; // to help UI linter get the complete annotations
|
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;
|
ID @UI.Hidden;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Draft for Localized Data
|
// Draft for Localized Data
|
||||||
|
|||||||
Reference in New Issue
Block a user