Merge pull request #3817 from anjanawijesundara/patch-1

mysite/code/Page.php to mysite/code/Product.php
This commit is contained in:
Loz Calver 2015-01-22 17:01:40 +00:00
commit ccad618d80

View File

@ -150,7 +150,7 @@ The results are shown in a tabular listing, powered by the [GridField](../forms/
the [api:GridFieldDataColumns] component. This component looks for a [api:DataObject::$summary_fields] static on your the [api:GridFieldDataColumns] component. This component looks for a [api:DataObject::$summary_fields] static on your
model class, where you can add or remove columns. To change the title, use [api:DataObject::$field_labels]. model class, where you can add or remove columns. To change the title, use [api:DataObject::$field_labels].
**mysite/code/Page.php** **mysite/code/Product.php**
:::php :::php
<?php <?php