Skip to content

Commit

Permalink
Hide up__ID in change tracking view (#379)
Browse files Browse the repository at this point in the history
Cosmetic change: this change hides the `up__ID` from the change history
view.
  • Loading branch information
vmikhailenko authored Oct 9, 2024
1 parent 7ccfaa4 commit ca592b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/orders/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,6 @@ annotate AdminService.OrderItems with @(
//ERROR ALERT: The following line refering to the parents currency code will lead to a server error
//@Measures.ISOCurrency:parent.currency.code; //Bind the currency field to the quantity field of the parent
};


annotate AdminService.Orders.changes:up_ with @UI.Hidden;

0 comments on commit ca592b0

Please sign in to comment.