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