Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5ff72c3

Browse files
PierreFritschchgeo
andauthored
Hide ID and ID_Texts for Books.texts (#422)
Co-authored-by: Christian Georgi <[email protected]>
1 parent 666001d commit 5ff72c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fiori/app/admin-books/fiori-service.cds

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ annotate AdminService.Books.texts with @(
6262
}
6363
);
6464

65+
annotate AdminService.Books.texts with {
66+
ID @UI.Hidden;
67+
ID_texts @UI.Hidden;
68+
};
69+
6570
// Add Value Help for Locales
6671
annotate AdminService.Books.texts {
6772
locale @(

0 commit comments

Comments
 (0)