Skip to content

Commit

Permalink
feat(draft): SAP Fiori Elements Mass Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
arleytm committed Jan 22, 2024
1 parent ef524b6 commit c34dc10
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions node.js/fiori.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@ To prevent inconsistency, the entities with draft are locked for modifications b
cds.drafts.cancellationTimeout=1h
```

### SAP Fiori Elements Mass Edit

Mass editing allows users to change multiple objects with the same editable properties without
creating drafts for each row. Add this to your cds configuration to enable this feature and bypass draft restrictions:

```json
{
"cds": {
"fiori": {
"bypass_draft": true
}
}
}
```

### Differences to Previous Version

- Draft-enabled entities have corresponding CSN entities for drafts:
Expand Down

0 comments on commit c34dc10

Please sign in to comment.