* Fiori Tree Views towards GA * Also automate addition of Aggregation.RecursiveHierarchy * Cleanup models for Genres Tree View * Implementing @hierarchy shortcut * . * Formatting * Using verbose config
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
// Value help with Tree View
|
|
using from '../admin-books/fiori-service';
|
|
annotate AdminService.Books:genre with @Common.ValueList.PresentationVariantQualifier: 'VH';
|
|
annotate AdminService.Genres with @UI.PresentationVariant #VH: {
|
|
RecursiveHierarchyQualifier : 'GenresHierarchy',
|
|
};
|