Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit fb99f34

Browse files
committed
@Capabilities.ExpandRestrictions.NonExpandableProperties: [parent]
1 parent 4877602 commit fb99f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bookshop/db/schema.cds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ entity Books : managed {
2020
on pages.parent = $self;
2121
}
2222

23+
@Capabilities.ExpandRestrictions.NonExpandableProperties: [parent]
2324
entity Pages {
2425
key parent : Association to Books;
2526
key number : Integer;

0 commit comments

Comments
 (0)