DOCFIX: small typo causing linking error

This commit is contained in:
Jeremy Thomerson 2013-07-11 13:40:34 +00:00
parent 84bc3ed024
commit 71f8c1306f

View File

@ -154,7 +154,7 @@ The fields displayed in the edit form are from `DataObject::getCMSFields()`
The `GridFieldDetailForm` component drives the record editing form which is usually configured The `GridFieldDetailForm` component drives the record editing form which is usually configured
through the configs `GridFieldConfig_RecordEditor` and `GridFieldConfig_RelationEditor` through the configs `GridFieldConfig_RecordEditor` and `GridFieldConfig_RelationEditor`
described above. It takes its fields from `DataObject->getCMSFields()`, described above. It takes its fields from `DataObject->getCMSFields()`,
but can be customized to accept different fields via its `[api:GridFieldDetailForm->setFields()](api:setFields())` method. but can be customized to accept different fields via its `[api:GridFieldDetailForm->setFields()]` method.
The component also has the ability to load and save data stored on join tables The component also has the ability to load and save data stored on join tables
when two records are related via a "many_many" relationship, as defined through when two records are related via a "many_many" relationship, as defined through