mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
BUGFIX Fixed duplicate relationship name which confused GridField
This commit is contained in:
parent
b6401c2386
commit
31f8f35626
@ -15,7 +15,7 @@ class Company extends DataObject {
|
|||||||
|
|
||||||
public static $has_one = array(
|
public static $has_one = array(
|
||||||
'RelationFieldsTestPage' => 'RelationFieldsTestPage',
|
'RelationFieldsTestPage' => 'RelationFieldsTestPage',
|
||||||
'GridFieldTestPage' => 'GridFieldTestPage'
|
'GridFieldTestPageHasOne' => 'GridFieldTestPage'
|
||||||
);
|
);
|
||||||
|
|
||||||
public static $has_many = array(
|
public static $has_many = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user