add object page and manage genres

This commit is contained in:
D070615
2025-07-03 11:20:18 +02:00
parent 9c1d5280af
commit 3ca79efcfb
7 changed files with 62 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
using { sap.capire.bookshop.Genres } from '@capire/bookstore';
annotate Genres with @cds.search: {name};
annotate Genres with @readonly;
annotate Genres with {
name @title: '{i18n>Genre}';
}

View File

@@ -1,4 +1,4 @@
#XTIT
appTitle=Browse Genres
appTitle=Manage Genres
#XTXT
appDescription=Genres as Tree View

View File

@@ -19,13 +19,13 @@
},
"crossNavigation": {
"inbounds": {
"Genres-display": {
"Genres-manage": {
"signature": {
"parameters": {},
"additionalParameters": "allowed"
},
"semanticObject": "Genres",
"action": "display"
"action": "manage"
}
}
}