Fiori app *Manage Orders*: Hide technical UUID's (#423)

* Hide Order ID
* Hide Order Item ID

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
This commit is contained in:
Pierre Fritsch
2022-11-08 14:33:25 +01:00
committed by GitHub
parent 5ff72c3f02
commit affd1718ef

View File

@@ -65,6 +65,7 @@ annotate OrdersService.Orders with @(
) {
createdAt @UI.HiddenFilter:false;
createdBy @UI.HiddenFilter:false;
ID @UI.Hidden;
};
@@ -90,4 +91,7 @@ annotate OrdersService.Orders.Items with @(
quantity @(
Common.FieldControl: #Mandatory
);
ID @UI.Hidden;
up_ @UI.Hidden;
};