Simplified UI annos

This commit is contained in:
Christian Georgi
2022-07-27 16:56:39 +02:00
parent 692ea3ddd2
commit ea989d8496

View File

@@ -15,13 +15,8 @@ entity Z_SalesRegion: common.CodeList {
// --- UI ---
annotate orders.Orders with {
Z_priority @title : '{i18n>Orders_priority_col}'
};
annotate Z_SalesRegion with {
name @title : '{i18n>SalesRegion_name_col}'
};
annotate orders.Orders : Z_priority with @title : '{i18n>Orders_priority_col}';
annotate Z_SalesRegion : name with @title : '{i18n>SalesRegion_name_col}';
annotate OrdersService.Orders with @UI.LineItem : [
... up to { Value: OrderNo },