Skip to content

Commit ca592b0

Browse files
authored
Hide up__ID in change tracking view (#379)
Cosmetic change: this change hides the `up__ID` from the change history view.
1 parent 7ccfaa4 commit ca592b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/orders/fiori-service.cds

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,6 @@ annotate AdminService.OrderItems with @(
291291
//ERROR ALERT: The following line refering to the parents currency code will lead to a server error
292292
//@Measures.ISOCurrency:parent.currency.code; //Bind the currency field to the quantity field of the parent
293293
};
294+
295+
296+
annotate AdminService.Orders.changes:up_ with @UI.Hidden;

0 commit comments

Comments
 (0)