Simplified UI annos
This commit is contained in:
@@ -15,13 +15,8 @@ entity Z_SalesRegion: common.CodeList {
|
|||||||
|
|
||||||
// --- UI ---
|
// --- UI ---
|
||||||
|
|
||||||
annotate orders.Orders with {
|
annotate orders.Orders : Z_priority with @title : '{i18n>Orders_priority_col}';
|
||||||
Z_priority @title : '{i18n>Orders_priority_col}'
|
annotate Z_SalesRegion : name with @title : '{i18n>SalesRegion_name_col}';
|
||||||
};
|
|
||||||
|
|
||||||
annotate Z_SalesRegion with {
|
|
||||||
name @title : '{i18n>SalesRegion_name_col}'
|
|
||||||
};
|
|
||||||
|
|
||||||
annotate OrdersService.Orders with @UI.LineItem : [
|
annotate OrdersService.Orders with @UI.LineItem : [
|
||||||
... up to { Value: OrderNo },
|
... up to { Value: OrderNo },
|
||||||
|
|||||||
Reference in New Issue
Block a user