From 6411ce4ea3d5ec3288dc028586602db863214e50 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Sat, 13 Nov 2021 00:48:04 +0100 Subject: [PATCH] remove redundant annotation --- fiori/app/authors/fiori-service.cds | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/fiori/app/authors/fiori-service.cds b/fiori/app/authors/fiori-service.cds index c3b0ec1a..4a16c735 100644 --- a/fiori/app/authors/fiori-service.cds +++ b/fiori/app/authors/fiori-service.cds @@ -27,20 +27,4 @@ annotate CatalogService.Authors with @(UI : { {Value : placeOfBirth}, {Value : placeOfDeath}, ]}, -}); - - -//////////////////////////////////////////////////////////////////////////// -// -// Authors List Page -// -annotate CatalogService.Authors with @(UI : { - SelectionFields : [ - ID, - name, - ], - LineItem : [ - {Value : ID}, - {Value : name}, - ] -}, ); +}); \ No newline at end of file