Merged [47064]: Set 'show' as the default action for ComplexTableField.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60490 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Hayden Smith 2008-08-12 05:20:20 +00:00
parent 6de1a3652f
commit ea956432f9

View File

@ -111,6 +111,8 @@ class ComplexTableField extends TableListField {
*/
protected $relationAutoSetting = true;
public $defaultAction = 'show';
public $actions = array(
'show' => array(
'label' => 'Show',