Update bookshop/srv/admin-service.cds

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
This commit is contained in:
dinurp
2021-11-10 11:12:18 +04:00
committed by GitHub
parent bf0f57efe5
commit e89e012eba

View File

@@ -5,10 +5,5 @@ service AdminService @(requires:'admin') {
}
//Since ID is computed, we can hide the popup for ID on Create
annotate AdminService.Books with {
ID @Core.Computed;
}
annotate AdminService.Authors with {
ID @Core.Computed;
}
annotate AdminService.Books with { ID @Core.Computed; }
annotate AdminService.Authors with { ID @Core.Computed; }