Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/fiori-drafts.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ cds.drafts.cancellationTimeout: 1h
You can turn off this feature completely by means of the application configuration property:

```yaml
cds.security.draftProtection.enabled: false
cds.security.authorization.draftProtection.enabled: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The configuration property path has been updated correctly from cds.security.draftProtection.enabled to cds.security.authorization.draftProtection.enabled. This change appears to be intentional and aligns with the hierarchical structure where draft protection is now properly nested under the authorization configuration.

```

## Draft Garbage Collection { #draft-gc }
Expand Down
Loading