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