rm tree table in catalogservice

This commit is contained in:
D070615
2025-03-21 10:16:33 +01:00
parent 5f5b32043c
commit 8fa029869e
6 changed files with 82 additions and 110 deletions

View File

@@ -55,16 +55,3 @@ annotate CatalogService.Books with @(UI : {
{Value : currency.symbol},
]
}, );
annotate CatalogService.GenreHierarchy with @UI: {
PresentationVariant : {
$Type : 'UI.PresentationVariantType',
RequestAtLeast: [name],
Visualizations: ['@UI.LineItem'],
},
LineItem : [{
$Type: 'UI.DataField',
Value: name,
Label : 'Genre'
}],
};