Fix UI warnings

These were caused by the UI check not being aware of the parallel
`common.cds` file.
This commit is contained in:
Christian Georgi
2021-07-14 10:07:39 +02:00
committed by Christian Georgi
parent bcbf65f95e
commit cd3aad59e1

View File

@@ -1,4 +1,5 @@
using { AdminService, sap.capire.bookshop } from '../../db/schema'; using { AdminService, sap.capire.bookshop } from '../../db/schema';
using from '../common'; // to help UI linter get the complete annotations
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
// //