This commit is contained in:
D065023
2020-04-15 08:09:29 +02:00
parent 2bae61e99b
commit 570f7a82de
2 changed files with 1 additions and 1 deletions

View File

@@ -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'},

View File

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