fix after moving to fiori

This commit is contained in:
D070615
2025-03-27 13:50:28 +01:00
parent f468d8e40f
commit dba762bbff
7 changed files with 56 additions and 37 deletions

View File

@@ -1,12 +1,7 @@
using { AdminService } from '@capire/bookstore';
using { sap.capire.bookshop } from '../../db/hierarchy';
using { AdminService } from '../services';
using from '../common'; // to help UI linter get the complete annotations
extend service AdminService with {
@readonly
@cds.search: {name}
entity GenreHierarchy as projection on bookshop.Genres;
}
////////////////////////////////////////////////////////////////////////////
//