Merge pull request #2220 from jthomerson/pulls/small_doc_fix_1

Small typo causing linking error
This commit is contained in:
Will Rossiter 2013-07-11 20:42:36 -07:00
commit 65e9f05c36

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
through the configs `GridFieldConfig_RecordEditor` and `GridFieldConfig_RelationEditor`
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
when two records are related via a "many_many" relationship, as defined through