less prominent workaround

This commit is contained in:
Daniel
2020-03-09 16:34:53 +01:00
parent 8613475988
commit eefdf6c976

View File

@@ -12,11 +12,5 @@ extend Books with {
rating : Reviews.rating;
}
//////////////////////////////////////////////////////////////////////////////
// BUG in compiler: we have to force-include cat-service after admin-service
// see cap/issues#4112; when fixed we can rempve these lines
//
using from '@capire/bookshop/srv/admin-service';
using from '@capire/bookshop/srv/cat-service';
//
//////////////////////////////////////////////////////////////////////////////
// Temporary workaround for cap/issues#4112:
annotate Reviews with @cds.autoexpose;