In Fiori app, use bookstore consistently

This also fixes validation errors from annotation LSP, which missed some
of the bookstore elements

Signed-off-by: Christian Georgi <christian.georgi@sap.com>
This commit is contained in:
Christian Georgi
2021-11-10 09:14:56 +01:00
parent ce752097d0
commit f6c5e620c0
5 changed files with 20 additions and 16 deletions

4
bookstore/index.cds Normal file
View File

@@ -0,0 +1,4 @@
namespace sap.capire.bookshop; //> important for reflection
using from '@capire/bookshop';
using from './db/schema';