nicer
This commit is contained in:
@@ -6,7 +6,6 @@ using AdminService from '@capire/bookshop';
|
||||
//
|
||||
|
||||
annotate AdminService.Books with @(
|
||||
Common.SemanticKey: [ID, title],
|
||||
UI: {
|
||||
Facets: [
|
||||
{$Type: 'UI.ReferenceFacet', Label: '{i18n>General}', Target: '@UI.FieldGroup#General'},
|
||||
|
||||
@@ -10,6 +10,7 @@ using { sap.capire.bookshop as my } from '@capire/bookshop';
|
||||
// Books Lists
|
||||
//
|
||||
annotate my.Books with @(
|
||||
Common.SemanticKey: [ID, title],
|
||||
UI: {
|
||||
Identification: [{Value:title}],
|
||||
SelectionFields: [ ID, author_ID, price, currency_code ],
|
||||
|
||||
Reference in New Issue
Block a user