remove redundant annotation
This commit is contained in:
@@ -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},
|
||||
]
|
||||
}, );
|
||||
});
|
||||
Reference in New Issue
Block a user