mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 15:05:39 +00:00
DOC Clarify usage of GridFieldOrderableRows
... when used with unsaved data objects.
This commit is contained in:
parent
59a90ab385
commit
450d6a3b2b
@ -97,3 +97,6 @@ class Item extends DataObject {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
**Please NOTE:** There is a limitation when using `GridFieldOrderableRows` on unsaved data objects; namely, that it doesn't work as without data being saved, the list of related objects has no context. Please check `$this->ID` before adding the `GridFieldOrderableRows` component to the grid field config (or even, before adding the gridfield at all).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user