Skip to content

Commit 587d29a

Browse files
Update advanced/fiori.md
1 parent 3fb1612 commit 587d29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/fiori.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ CAP generates side-effect annotations in the EDMX to instruct UI5 to fetch state
484484
annotate MyService.MyEntity with @Common.SideEffects #alwaysFetchMessages: null;
485485
```
486486

487-
To enable this feature, CAP adds additional elements to your draft-enabled entities and [`DraftAdministrativeData`](/guides/security/data-protection-privacy#dpp-cap) to store and serve the state messages. CAP runtimes persist (error) messages for draft-enabled entities.
487+
For this feature to work correctly, CAP adds additional elements to your draft-enabled entities and [`DraftAdministrativeData`](/guides/security/data-protection-privacy#dpp-cap) to store and serve the state messages. CAP runtimes persist (error) messages for draft-enabled entities.
488488

489489
::: warning Requires Schema Update
490490
This feature initiates a database schema update, as it adds an additional element to `DraftAdministrativeData`.

0 commit comments

Comments
 (0)