mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
cc712892a9
* MINOR: Add `Previous`, `Next` and `Create New` actions in edit form If the form is opened via a grid field, the filters will be retained so the previous/next record opened will be correct * MINOR: Add ability to customise the visibility of the `Previous`, `Next` and `Add` buttons at a `GridField` level * Fix invalid action when pressing the `New` button in an edit form unless `betterbuttons` module was installed * - Merge `showPrevious` and `showNext` to `showPagination` for grid fields - Update documentation - Improve performance for next/previous buttons by not fetching all list records - Refactoring * Refactor to fail gracefully on GridFieldPaginator
8 lines
142 B
YAML
8 lines
142 B
YAML
---
|
|
Name: buttons
|
|
---
|
|
SilverStripe\Forms\GridField\GridFieldDetailForm_ItemRequest:
|
|
formActions:
|
|
showPagination: true
|
|
showAdd: true
|