mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Updated docs to correctly work for 3.1.x and future (mentioned in issue #52)
This commit is contained in:
parent
3f07ee7450
commit
1e24d1e888
@ -29,7 +29,7 @@ class TestObject extends DataObject {
|
||||
);
|
||||
|
||||
public static $has_one=array(
|
||||
'Parent'=>'TestObject'
|
||||
'Parent'=>'TestPage'
|
||||
);
|
||||
|
||||
public static $default_sort='SortOrder';
|
||||
|
Loading…
Reference in New Issue
Block a user