From 0220400484ae74305de35f86e8a7eecb149526ae Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 20 Sep 2021 15:55:14 +0200 Subject: [PATCH] Avoid mixed spaces/tabs --- fiori/app/browse/fiori-service.cds | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fiori/app/browse/fiori-service.cds b/fiori/app/browse/fiori-service.cds index f59a36b4..352e52f5 100644 --- a/fiori/app/browse/fiori-service.cds +++ b/fiori/app/browse/fiori-service.cds @@ -6,11 +6,11 @@ using CatalogService from '@capire/bookshop'; // annotate CatalogService.Books with @( UI: { - HeaderInfo: { + HeaderInfo: { TypeName: 'Book', TypeNamePlural: 'Books', - Description: {Value: author} - }, + Description: {Value: author} + }, HeaderFacets: [ {$Type: 'UI.ReferenceFacet', Label: '{i18n>Description}', Target: '@UI.FieldGroup#Descr'}, ], @@ -38,7 +38,7 @@ annotate CatalogService.Books with @( // annotate CatalogService.Books with @( UI: { - SelectionFields: [ ID, price, currency_code ], + SelectionFields: [ ID, price, currency_code ], LineItem: [ {Value: title}, {Value: author, Label:'{i18n>Author}'},